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