Files
kotlin-fork/idea/testData/gradle/importAndCheckNavigation/navigationToCommonizedLibrary/settings.gradle.kts
T
Alexander Dudinsky 27e7116f60 Added the gradle plugin SNAPSHOT version support for some tests.
`ImportAndCheckNavigation` and `GradleMultiplatformHighlightingTest` now
use the SNAPSHOT version of the gradle plugin also.
2020-07-17 13:55:25 +03:00

9 lines
117 B
Kotlin
Vendored

pluginManagement {
repositories {
{{kts_kotlin_plugin_repositories}}
}
}
rootProject.name = "test"