Alexey Tsvetkov
75addb9224
Add proguard rules for issues example ( #2703 )
2 years ago
Igor Demin
69cf0f4c14
Remove import org.jetbrains.compose.compose ( #2363 )
...
It is no longer needed, it adds implicitly
2 years ago
Igor Demin
d1c5bcd853
Examples. Issues stayed opened even after closing the window
3 years ago
Igor Demin
591475fa08
Examples. Issues stayed opened even after closing the window
3 years ago
Alexey Tsvetkov
079a317c03
Update examples ( #967 )
...
* Update widgets gallery examples
* Update notepad example
* Update issues example
This change updates:
* Gradle to 7.1.1;
* AGP to 7.0.0;
* Compose to 1.0.0-alpha1-rc1;
* Kotlin to 1.5.21.
* Update image viewer example
3 years ago
Nikolay Igotti
f2fec0ea63
Switch repo to compose-jb
3 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
4 years ago
Nikolay Igotti
f11a34cc65
Be a bit smarter.
4 years ago
Nikolay Igotti
3dcf866593
Fix issues example.
4 years ago
Andrew Rudenko
81bfef76d5
example/issues: bump compose version to 0.3.0-build154 & fix incompatibilities ( #398 )
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
4 years ago
Igor Demin
6009cdd6cb
Remove "Copyright 2020 The Android Open Source Project"
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
Nikolay Igotti
4dc4f597d5
Add issues.
4 years ago