Gradle, native: Remove kotlin native repo in DSL codegen
This commit is contained in:
@@ -4,10 +4,6 @@ plugins {
|
|||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven(kotlinNativeRepo)
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(gradleApi())
|
compile(gradleApi())
|
||||||
compile(project(":kotlin-gradle-plugin-api"))
|
compile(project(":kotlin-gradle-plugin-api"))
|
||||||
|
|||||||
Reference in New Issue
Block a user