mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Only experimental/components/settings.gradle.kts is copied with changes, the rest is copied without changes
9 lines
189 B
Kotlin
9 lines
189 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "example-cef-compose"
|