mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2024-11-14 20:33:55 +00:00
9 lines
208 B
Groovy
9 lines
208 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = 'KotlinPublicationScriptsBuilder'
|