Files
Ilya Kirillov ee2f0f45fc Wizard: ignore Kotlin repo in tests
They may differ sometimes as they depend on the latest Kotlin release
2020-09-17 00:29:47 +03:00

11 lines
199 B
Kotlin
Vendored

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url = uri("KOTLIN_REPO")
}
}
}
rootProject.name = "generatedProject"