dima.avdeev
9773115403
Add mavenLocal to components project ( #3906 )
...
We have scripts in compose/README.md
These scripts needs mavenLocal to correcty build local version of all
Compose libraries
1 year ago
Oleksandr Karpovich
0ad5cfa5a7
Add kotlin/dev space maven repo to composable-test-cases ( #3883 )
1 year ago
Oleksandr Karpovich
d777238d51
Add more tests for expect Composables ( #3851 )
1 year ago
Nikolai Rykunov
93a8316226
Remove kotlin.native.cacheKind=none ( #3674 )
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
Oleksandr Karpovich
91a7dcb0f6
Fix composable test build.gradle.kts ( #3506 )
1 year ago
Oleksandr Karpovich
1d6752b912
add a test for composable getter in expect/actual val getter ( #3456 )
1 year ago
Oleksandr Karpovich
77a070ae45
Update build.gradle.kts ( #3425 )
1 year ago
Oleksandr Karpovich
396413168f
Update compose gradle plugin version in integration composable-test-cases ( #3246 )
...
Reason: https://github.com/JetBrains/compose-multiplatform/issues/3169 is needed to run the tests with kotlin 1.9.0-Beta
1 year ago
Nikolai Rykunov
f178031565
Navigate to publishing part of core repository ( #3083 )
2 years ago
Nikolai Rykunov
9e6f5b5a1e
Remove submodules and update development guide ( #3076 )
...
* Remove submodules since they are not required for development anymore
* Keep only needed scripts in compose directory. Everything else is moved to core repository
* Update README.md in compose development folder
* Change web -> html
2 years ago
Igor Demin
3b7ee0558d
Revert "Skiko"
...
This reverts commit cdfd3b0e62
.
2 years ago
Igor Demin
cdfd3b0e62
Skiko
2 years ago
Oleksandr Karpovich
8b29b3573b
Update compose submodule
2 years ago
Igor Demin
a32bb560ca
Update Compose
2 years ago
Nikolai Rykunov
63b6474567
Don't run android tests in testComposeJbWeb ( #2981 )
2 years ago
Igor Demin
f5e5eed6c8
Move Compose
2 years ago
Igor Demin
f2fbc7ed30
Add :compose:ui:ui-test-junit4:desktopTest to CI ( #2972 )
2 years ago
Igor Demin
c0bf825d12
Update Compose
2 years ago
dima.avdeev
a2c30ffa89
update submodule compose/frameworks/support to latest jb-main
2 years ago
Igor Demin
3ea177c71d
Update Compose
2 years ago
Igor Demin
0e151c17c3
Update Compose
2 years ago
dima.avdeev
45fa56eb76
clean compose/frameworks/support IDE files and temp files ( #2949 )
2 years ago
Nikolay Rykunov
5d3bfa2385
Update compose-multiplatform-core submodule after build script fixes
2 years ago
Nikolai Rykunov
6c01fceb32
Update compose-multiplatform-core submodule after Compose 1.4 merge ( #2941 )
2 years ago
dima.avdeev
9bceb4c873
update submodule compose/frameworks/support to latest jb-main
2 years ago
dima.avdeev
88a8b6e56b
update submodule compose/frameworks/support to latest jb-main
2 years ago
Oleksandr Karpovich
0b429b6ac9
Update all versions for 1.3.1 + update Changelog ( #2856 )
...
* Add changes for 1.3.1 + update Changelog
Versions:
compose 1.3.1
kotlin 1.8.10
compiler: 1.4.2
* revert version update in experimental examples
* Update CHANGELOG.md
2 years ago
dima.avdeev
ad78a2495a
update compose/frameworks/support to latest jb-main
2 years ago
dima.avdeev
b62ee1bd9a
update submodule compose/frameworks/support to latest jb-main
2 years ago
Oleksandr Karpovich
294479d737
Add composable-test-cases project to check JB compose compiler for all targets ( #2751 )
...
* Add composable-test-cases project to check JB compose compiler for all targets
* Add README.MD
* Update README.MD
* Update README.MD
* Update CollectionOfComposablesTests
* Add a fun interface test case
* Add class constructors test cases
* Add anonymous objects test cases
* Add lambdas test cases
* Disable mingwX64 target for CI runs
* Update README.MD
* uncomment the getter in `val Project.isInIdea`
* Simplify GlobalSnapshotManager
Apparently some tests get stuck (timeout 60s) in jvm when running on CI. Every time it's a different test.
* add a partially failing test cases
`rememberAnonymousObj` fails with k/js, but works with other targets.
* try workaround tests timeout on CI
close the Channel in the end of a test
* Introduce fun RecompositionObserver.waitUntilChangesApplied
* Try runTest with UnconfinedTestDispatcher()
* remove Dispatchers.Default usage for recomposer
* revert "remove Dispatchers.Default usage for recomposer"
* pass test coroutine context to Recomposer
* add value class test cases
* add "same-module all-private" value class test case
* add a test case for value class with non-primitive property type
* value class: add a composable with a default value test case
* Update Readme
2 years ago
dima.avdeev
5b1ce09372
fix runSwing launch from README
2 years ago
Ivan Matkov
fe7adf5666
Remove golden submodule ( #2824 )
...
* Remove golden submodule
* Update androidx submodule
2 years ago
dima.avdeev
6a6138f011
update submodule compose/frameworks/support to latest jb-main
2 years ago
dima.avdeev
b1c449e1f3
README
2 years ago
dima.avdeev
9274097dfc
Update submodule compose/feameworks/support to latest jb-main
2 years ago
dima.avdeev
bd3891561c
update submodule compose/frameworks/support to latest jb-main
2 years ago
dima.avdeev
ab02a7125c
testUIKit, add ui-text module ( #2693 )
2 years ago
Oleksandr Karpovich
d3c3d7a0ac
Move compose submodule
2 years ago
Oleksandr Karpovich
d8af3d6a66
Move compose submodule
2 years ago
Oleksandr Karpovich
f7159090ff
Revert #2662
...
There is no coroutines for linuxArm64 yet
2 years ago
Nikita Lipsky
1763eb7cf1
update submodule compose/frameworks/support to latest jb-main
2 years ago
Oleksandr Karpovich
1384efe556
add LinuxArm64 to ComposePlatforms + move compose submodule ( #2662 )
...
This will enable compose:runtime publication for linuxArm64
2 years ago
Nikita Lipsky
81eb0fc580
update submodule compose/frameworks/support to latest jb-main
2 years ago
Oleksandr Karpovich
7b9642ad05
Add ktx serialization integration test ( #2642 )
...
* Add compose with kotlinx.serialization integration test
* Add versions configuration
* add linuxX64 target
* remove a default value for `compose.kotlinCompilerPluginVersion`
* add README.MD
* update README.MD
2 years ago
dima.avdeev
8d22700079
update submodule compose/frameworks/support to latest jb-main
2 years ago
dima.avdeev
711d93b69d
update compose submodule
2 years ago
dima.avdeev
a052086022
Add compose:material:material-icons-extended (jvm targets) to mavenLocal ( #2501 )
2 years ago
dima.avdeev
13d1de302c
[components/resources] add resource("img.png"). rememberImageBitmap() ( #2483 )
2 years ago
Oleksandr Karpovich
7d2dfcb1f8
Move compose (1.3.1 rebase)
2 years ago