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:
@@ -7,9 +7,9 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":native:kotlin-native-utils"))
|
api(project(":native:kotlin-native-utils"))
|
||||||
|
api(project(":kotlin-project-model"))
|
||||||
|
|
||||||
compileOnly("com.android.tools.build:gradle:3.4.0")
|
compileOnly("com.android.tools.build:gradle:3.4.0")
|
||||||
compileOnly(project(":kotlin-project-model"))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
pill {
|
||||||
|
|||||||
Reference in New Issue
Block a user