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
Ivan Matkov
60914ecac7
Update examples to 1.6.10 ( #4843 )
6 months ago
Igor Demin
6a481b32c2
Compose 1.6.2
7 months ago
Igor Demin
9ac23ae93e
Compose 1.6.1 examples ( #4480 )
8 months ago
Konstantin
e8e7afa795
Migrate all samples to the new resources library ( #4386 )
9 months ago
Igor Demin
809a8c7aa2
Compose 1.6.0
9 months ago
Igor Demin
9c8fc2c910
Compose 1.5.11 examples ( #3968 )
12 months ago
dima.avdeev
c26ebacaa4
COMPOSE-338 Remove iOS experimental flag in gradle.properties ( #3896 )
...
Because iOS target is in Alpha status, since version 1.5.10 we don't
need flag in gradle properties.
`org.jetbrains.compose.experimental.uikit.enabled=true`
https://youtrack.jetbrains.com/issue/COMPOSE-338/remove-iOS-experimental-flag-after-1.5.10-release
1 year ago
Nikolai Rykunov
726b98d661
Support 1.5.10 ( #3682 )
...
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
Co-authored-by: Oleksandr Karpovich <a.n.karpovich@gmail.com>
1 year ago
dima.avdeev
1e89d23964
Small changes in iOS interop examples ( #3813 )
...
This changes was requested by technical writers team
1 year ago
dima.avdeev
e14a99a517
Update Compose version to 1.5.2 ( #3746 )
1 year ago
dima.avdeev
a013d73a67
iOS examples. Returned the ContentView back to how it was ( #3633 )
1 year ago
Oleksandr Karpovich
fbd99c05cb
Support/1.5.1 ( #3631 )
...
* Update versions to CM 1.5.1 and kotlin 1.9.10
* Add explicit dependencies on compose.ui and compose.foundation in examples/chat/jsApp
* Update CHANGELOG.md
* fix typo
* Add Dependencies for 1.5.1 Changelog
1 year ago
dima.avdeev
eb5cf4f677
Blue border around UIKitView ( #3619 )
1 year ago
dima.avdeev
499b62830b
Simplify UIKitView example ( #3618 )
1 year ago
dima.avdeev
255c36a0ad
iOS Simplify Swift code in examples ( #3609 )
...
* COMPOSE-351, iOS Simplify Swift code in examples
- change indent from tabs to spaces
- simplify and inline SwiftUI ContentView structure
https://youtrack.jetbrains.com/issue/COMPOSE-351/remove-redundant-struct-ContentView
Co-authored-by: Ivan Matkov <ivan.matkov@jetbrains.com>
1 year ago
dima.avdeev
96dad84382
update screenshot examples/interop/ios-uikit-in-compose
1 year ago
dima.avdeev
24e3c954ac
ios interop examples ( #3582 )
1 year ago