Konstantin
|
e8e7afa795
|
Migrate all samples to the new resources library (#4386)
|
11 months 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
|
7bf253b207
|
Update gradle wrappers (#3050)
- update to the latest version
- add +x permission to avoid"access denied" on unix systems
|
2 years ago |
dima.avdeev
|
49e1065bb1
|
update gradle wrapper 7.5.1 (#2352)
|
2 years ago |
Alexey Tsvetkov
|
d23806a3f4
|
Update examples (#1740)
* Update examples to Gradle 7.3.3
Resolves #1654
* Update compose and agp in examples
Resolves #1117
* Fix gradle plugins classloading in examples and templates
* Make falling balls mpp compatible with examples checker
|
3 years ago |
Arkadii Ivanov
|
a823edbd75
|
Simplified TodoApp example (#1252)
* Added simplified TodoApp example
* Move Dialog and Scrollbars to Utils.kt
* Use by mutableStateOf
* Added todoapp-lite to the main README file
|
3 years ago |