mirror of
https://github.com/jlengrand/webbrain.git
synced 2026-03-10 00:41:23 +00:00
10 lines
183 B
Kotlin
10 lines
183 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
}
|
|
|
|
}
|
|
rootProject.name = "webbrain"
|
|
|