mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
* Add compose-web example with a react component * Add example with a compose component in a react app Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
10 lines
185 B
Kotlin
10 lines
185 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "web-with-react"
|
|
|