Oleksandr Karpovich
4c01cbdec7
Update kotlin version in examples ( #4844 )
...
Changes:
- update all examples to Kotlin 2.0
- migrate to using kotlin("plugin.compose") for Compose compiler
configuration
- remove deprecated Compose Web gradle API usages
- added a workaround for
https://github.com/JetBrains/compose-multiplatform/issues/4848 in
Jetsnack example
Testing:
- `./gradlew build` in every example
- run some examples in simulators (or desktop, browser)
6 months ago
Artem Kobzar
b35c49fbe8
Add jetsnack app to examples ( #4746 )
6 months ago
Igor Demin
d44114d8b9
Compose Multiplatform 1.4.0 docs ( #3044 )
2 years ago
Igor Demin
69cf0f4c14
Remove import org.jetbrains.compose.compose ( #2363 )
...
It is no longer needed, it adds implicitly
2 years ago
akurasov
a64dfe3d31
Update build.gradle.kts
...
Remove outdated comment
3 years ago
Igor Demin
8a277c1f2e
Templates. Fix MPP template
3 years ago
Igor Demin
9e4dbe3400
Templates. Use currentOs in common MPP module
...
Temporary (?) workaround for Preview
3 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
4 years ago
Igor Demin
6c2457240b
Multiplatform template in IDEA / Android Studio. Add comment about issue
4 years ago
Nikolay Igotti
3876014768
Move to compose.desktop.currentOs
4 years ago
Igor Demin
3b13944daf
Fix multiplatform projects in IDEA / Android Studio
...
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
4 years ago
Igor Demin
d8bda230ae
Move mpp-template to multiplatform-template
4 years ago
Igor Demin
f63d1ce6b8
App templates
4 years ago
Nikolay Igotti
f201961e31
Example Image Viewer.
4 years ago
Nikolay Igotti
4dc4f597d5
Add issues.
4 years ago