Nikita Lipsky
4987cbdc89
Move CodeViewer to KMM structure + add iOS target ( #2544 )
2 years ago
dima.avdeev
7fce8df5f7
fix examples with Kotlin Native issue ( #2534 )
...
Needs mavenCetral at root build.gradle.kts
2 years ago
Oleksandr Karpovich
064dd2d062
fix a link in web-landing example
2 years ago
Igor Demin
63846c63c0
Compose 1.2.1 ( #2453 )
2 years ago
Oleksandr Karpovich
04c49a729a
Update the links in compose-web landing page ( #2451 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Arkadii Ivanov
d457a520d7
TodoApp. Updated Kotlin to 1.7.10, Compose to 1.2.0, and other libs. ( #2191 )
2 years ago
Oleksandr Karpovich
5936fd8063
Update compose-web examples and readme about effects ( #2395 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Igor Demin
4ee708c598
Upgrade examples to Compose 1.2.0
2 years ago
Igor Demin
188abdfabd
Refactor visual-effects and notepad
2 years ago
dima.avdeev
dcff5b2c83
todoapp android compileSdk = 32
2 years ago
dima.avdeev
09ee6b8bc7
todoapp and experimental to 1.2.0-rc02
2 years ago
Igor Demin
308a1f170d
Fix Todo example ( #2391 )
...
* Fix Todo example
In 1.1.1 we remove Dispatcher.Main from dependencies, because Compose can be embedded into different platform with their own Dispatcher.Main (IDEA, for example).
Because of that, end applications should include it explicitly if they want to use it.
* Refactor
2 years ago
Igor Demin
eae694ad3d
Replace package by packageDistributionForCurrentOS ( #2390 )
...
`package` is deprecated
2 years ago
Igor Demin
37e33fba29
Compose 1.2.0-rc02
2 years ago
dima.avdeev
a1a3cdc15d
totoapp compose 1.2.0-rc01 ( #2387 )
...
* compose 1.2.0-rc01
* apply eymar patch to fix js
2 years ago
Igor Demin
7ad4492f43
Migrate to 1.2.0-rc01 ( #2382 )
2 years ago
Oleksandr Karpovich
d1b1c14f19
Add links to web examples on main README.md ( #2379 )
...
* Add links to web examples on main README.md
* Update README.MD
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Igor Demin
a9b92891e3
Add executable permission to validateExamplesWithJs.sh
2 years ago
Igor Demin
bafb31766e
Use packageDistributionForCurrentOS in validateExamples.sh
2 years ago
Igor Demin
3996233b03
Allow to use Compose on multiple Kotlin versions ( #2366 )
...
JS target supports a lower version (1.7.10), because we have a bug in Koltin 1.7.20
Compose 1.2.0 will support:
1.7.20 and 1.7.10 for Android and Desktop
1.7.10 for JS
We will release the new patchset (1.2.1) with 1.7.2X support for JS later
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
76a77d288e
Fix IDE examples ( #2361 )
...
- move intellij-plugin-with-experimental-shared-base into experimental examples (it still on Compose 1.0.0)
- remove usage of deprecated DesktopTheme
- add `[examples](experimental/examples)` to the main page
2 years ago
Igor Demin
7bd0b3d1a5
Fix examples, templates ( #2359 )
...
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore
2 years ago
Igor Demin
a4fd8f7e25
Support Kotlin 1.7.20 ( #2357 )
...
* Examples. Visual-effects. Add missing .gitignore
* Support Kotlin 1.7.20
2 years ago
dima.avdeev
d2b9faa72e
examples README and .run configurations ( #2355 )
2 years ago
Igor Demin
bd494bd311
Fix Web examples
2 years ago
Igor Demin
ae1f72d7d5
Update Android Examples
2 years ago
dima.avdeev
49e1065bb1
update gradle wrapper 7.5.1 ( #2352 )
2 years ago
Igor Demin
5d67a73f80
Update Kotlin version
2 years ago
Igor Demin
9fa322a3ee
Upgrade to 1.2.0-beta02
2 years ago
Igor Demin
a208ecba73
Upgrade to 1.2.0-beta01
2 years ago
Alexey Tsvetkov
d9de125127
Introduce ProGuard integration for Compose/Desktop packaging ( #2313 )
...
Resolves #1174
2 years ago
walfud
0ef3381362
Fix compile error: "cli.isMultipleCompiler is not a function" ( #2159 )
2 years ago
Alexey Tsvetkov
af92759a81
Update Intellij Gradle plugin ( #2088 )
...
Resolves #2070
3 years ago
Igor Demin
15f8b0bbd3
Revert Kotlin to 1.6.10
...
Version of Kotlin should be compatible with Compose that is set in gradle.properties
3 years ago
dima-avdeev-jb
3585dd3afa
Fix todoapp sample, iOS build ( #2024 )
3 years ago
Oleksandr Karpovich
95c5783bd8
pass -Pkotlin.version=$KOTLIN_VERSION in validateExamples.sh
...
It was ignored previously.
3 years ago
Oleksandr Karpovich
e69ac23dbf
Move compose + use kotlin 1.6.21 ( #2025 )
...
* Move compose
* Update kotlin version to 1.6.20
* Move compose + Update kotlin version to 1.6.21
* Move compose to include a fix for compose plugin (kjs specific)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Travis Reitter
6f00515736
Apple Silicon build fixes for todoapp ( #1999 )
...
* upgrade Reaktive to one that has better Apple Silicon support
* upgrade SQLDelight for Apple Silicon support
* Fix build to support Apple Silicon
Some of this code could be better centralized though I've been unable to
find a solution.
* simplify utils/build.gradle.kts
* workaround
* fix review comments
* sample todoapp: rename Todo.framework -> KotlinCommon.framework
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
3 years ago
Igor Demin
dc0335b210
WidgetsGallery. Refactor painterResource
3 years ago
Igor Demin
bb51f9fd8f
Pass Kotlin version to validateExample.sh
3 years ago
dima-avdeev-jb
dd205b1955
Intellij compose tool window panel ( #1994 )
3 years ago
dima-avdeev-jb
e4cebf9eda
Intellij plugin to choose color (truth of concept) ( #1990 )
3 years ago
Igor Demin
8ae418457e
Fix notepad example
3 years ago
Nikolay Igotti
4af260d36a
Move to 1.1.0 ( #1882 )
...
Co-authored-by: Roman Sedaikin <roman.sedaikin@jetbrains.com>
Co-authored-by: Igor Demin <igordmn@gmail.com>
3 years ago
Arkadii Ivanov
265de0fc28
TodoApp. Updated Decompose to 0.5.1 and MVIKotlin to 3.0.0-beta01. ( #1896 )
3 years ago
Oleksandr Karpovich
1ab63ed995
fix Style composable and CSSRulesHolderState ( #1889 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Aleksandr Veselov
6a9be4a845
Add semantics to custom side panel elements ( #1782 )
3 years ago
Ryan Simon
a749ade5d7
Fix issue where Android app is not launchable ( #1758 )
...
Launcher `Activity` should have `android:exported` attributes set to `true` so that app launchers have permission to launch the `Activity`.
Check official docs for more information: https://developer.android.com/guide/topics/manifest/activity-element#exported
3 years ago
xuankaicat
26ce4099be
Fix web-compose-bird example too many obstacles( #1493 ) ( #1747 )
3 years ago