Build: Move kotlinNativeRepo to :kotlin-gradle-plugin

the only one project using it
This commit is contained in:
Vyacheslav Gerasimov
2019-05-20 20:41:15 +03:00
parent ffc0276215
commit 7e61183ee1
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,8 @@ javadocJar()
repositories {
google()
maven(url = "https://plugins.gradle.org/m2/")
maven("https://plugins.gradle.org/m2/")
maven(kotlinNativeRepo)
}
pill {