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