Files
compose-multiplatform/web/samples/web-with-react/settings.gradle.kts
Shagen Ogandzhanian 6fa567032e Autogenerate all web examples from samples
That would make it easier to keep them consistent and to test them
continuously
2021-07-29 15:02:21 +02:00

10 lines
185 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
rootProject.name = "web-with-react"