Set kotlin-project-model as api dependency for kotlin-gradle-plugin-api

LanguageSettingsBuilder depends on LanguageSetting interface from KPM
which forces api dependency scope

^KT-46517 Fixed
This commit is contained in:
Anton Lakotka
2021-05-25 21:47:55 +02:00
committed by Space
parent 3e2b8a8898
commit 8481f4a9d2
@@ -7,9 +7,9 @@ plugins {
dependencies {
api(project(":native:kotlin-native-utils"))
api(project(":kotlin-project-model"))
compileOnly("com.android.tools.build:gradle:3.4.0")
compileOnly(project(":kotlin-project-model"))
}
pill {