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
e14a99a517
Update Compose version to 1.5.2 ( #3746 )
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
Igor Demin
39d9473070
Compose 1.5.0
1 year ago
Igor Demin
0215dd9551
Update Android projects ( #3566 )
...
- Update Gradle to 8.2.1 (for non-Android project as well)
- Update AGP to 8.0.2
- add jvmToolchain for Android projects (it is required now)
- removed targetSdk from shared modules (it is deprecated for com.android.library projects)
- move "package" from manifset to "namespace " in Gradle (required by AGP)
- rename android to androidTarget (android is deprecated in latest Kotlin)
- update Android dependencies versions
I checked - Android/iOS/web still work. HTML/IDE projects also work after updating Gradle.
Works in the latest stable IDEA and Android Studio
updated templates:
https://github.com/JetBrains/compose-multiplatform-ios-android-template/pull/21
https://github.com/JetBrains/compose-multiplatform-template/pull/19
https://github.com/JetBrains/compose-multiplatform-desktop-template/pull/8
https://github.com/JetBrains/compose-multiplatform-html-library-template/pull/3
1 year ago
Igor Demin
53e3674118
1.5.0 Changelog and updated examples ( #3556 )
...
The changelog is merged from the prerelease versions:
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta01
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta02
I will change versions to 1.5.0 in a separate PR later
1 year ago
Alexey Tsvetkov
f60497a95b
Convert examples from cocoapods to regular frameworks ( #3529 )
1 year ago
Alexey Tsvetkov
fa2df40e11
Replace warnings with errors ( #3496 )
1 year ago
Igor Demin
43a4086ba4
Migrate examples to 1.4.3 ( #3410 )
...
[Changelog](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.4.3 )
Changed templates:
bbf71f754c
ba91acf5d6
5204842894
36d1554dee
1 year ago
Igor Demin
bf4130cfab
Compose 1.4.1 docs, examples ( #3287 )
...
* Compose 1.4.1
* Remove compose-integration from replaceVersion.sh
1 year ago
dima.avdeev
76f000611d
Update examples to Compose 1.4.0 ( #3042 )
2 years ago
Nikita Lipsky
1d955a2e6d
Remove internal from common public @Composable as it is not required for 1.4.0-rc03 ( #3008 )
2 years ago
Nikita Lipsky
a8003a0f5d
Move experimental/examples to examples ( #2976 )
...
* Move experimental/examples to examples
* Change version to 1.4.0-rc01
2 years ago
dima.avdeev
327cdac3e5
Update experimental examples to dev1004 ( #2954 )
2 years ago
Nikita Lipsky
1be0cc105c
Arrange samples to the latest multiplatform template ( #2835 )
2 years ago
Sebastian Aigner
e34f9c93da
Move examples to V2 Source Set Layout ( #2765 )
2 years ago
Oleksandr Karpovich
bc6d42ef44
Update versions: compose - 1.3.0 and kotlin - 1.8.0 ( #2651 )
...
* Update versions in examples
* Add more scripts to validate example on android and k/js
* Add validateExamplesIos.sh
* Update CHANGELOG.md for 1.3.0
* check examples with 1.3.0-rc06
* Update the versions: compose-multiplatform - 1.3.0, kotlin - 1.8.0
* Update ComposeCompilerCompatibility (1.4.0)
* Update web/yarn.lock
2 years ago
Nikita Lipsky
23e6c6ba4b
Move Minesweeper to KMM project structure and load resources the same way for all platforms ( #2619 )
2 years ago
Nikita Lipsky
85faea7243
Unify build.gradle.kts for experimental samples ( #2445 )
...
+ add Android traget for Minesweeper example
2 years ago
dima.avdeev
1f39fa4ba1
Check experimental flags in gradle.properties ( #2268 )
2 years ago
dima.avdeev
b1fe574a7e
update uikit sample to compose version 1.2.0 alpha01 dev724 ( #2137 )
2 years ago
alexander-gorshenev
123b620f6e
Moved kotlin native to experimental mm ( #1910 )
3 years ago
Nikolay Igotti
6da56d56ea
Move few MPP examples to experimental for now ( #1739 )
3 years ago
Alexander Gorshenev
b98c88d6fe
Add Falling Balls MPP example
...
Author:Alexander Gorshenev <alexander.gorshenev@jetbrains.com>
Co-authored-by: Alexey Tsvetkov <alexey.tsvetkov@jetbrains.com>
Co-authored-by: Nikolay Igotti <igotti@gmail.com>
3 years ago