10 lines
183 B
Text
10 lines
183 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||
|
}
|
||
|
|
||
|
}
|
||
|
rootProject.name = "jeopardy"
|
||
|
|