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
Igor Demin
809a8c7aa2
Compose 1.6.0
9 months ago
Igor Demin
9c8fc2c910
Compose 1.5.11 examples ( #3968 )
12 months 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
Igor Demin
b2d0ee9a0d
Fix Proguard error on CI ( #3675 )
...
The error:
```
java.io.IOException: Please correct the above warnings first.
```
https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Publish_2_AllGitHubRelease/4312357?expandBuildProblemsSection=true&hideProblemsFromDependencies=false&expandBuildTestsSection=true&hideTestsFromDependencies=false&expandBuildChangesSection=true&showLog=4312349_1096_787&logFilter=debug&logView=flowAware
Regression after https://github.com/JetBrains/compose-multiplatform/pull/3628
We don't need `implementation` here, `compileOnly` works for our case
1 year ago
Igor Demin
c44601a1f4
Fix Error in snippet at /mnt/agent/work/b8625f0804e53334/tutorials/./UI_Testing/README.md:9 ( #3628 )
...
Crashes, because tutorial checker uses desktop-template without uiTesting module
See https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Publish_2_AllGitHubRelease/4301157?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true
Also adding "``` kotlin` hach to avoid compilation of some snippets 9we use it in another places)
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
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
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
Igor Demin
d44114d8b9
Compose Multiplatform 1.4.0 docs ( #3044 )
2 years ago