mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 08:11:20 +00:00
11 lines
225 B
Kotlin
11 lines
225 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
|
|
}
|
|
|
|
}
|
|
rootProject.name = "falling_balls"
|
|
|