Ivan Matkov
d949b7cc83
Bump versions (Kotlin, AGP, Gradle) ( #5399 )
...
## Release Notes
N/A
4 months ago
Pavel Shishkin
7ce29d0d1c
use maven local artifacts for teamcity test runs ( #5345 )
...
instead of relying on maven publications for compose compiler test runs,
rely on kotlin builds via "artifact" dependency
artifacts from those kotlin builds should be placed in maven local (done
on teamcity config side)
## Release Notes
N/A
6 months ago
Pavel Shishkin
4985418f8b
rework compose compiler tests for k2 ( #5325 )
...
migrate compose compiler tests to work with k2
## Testing
N/A
## Release Notes
N/A
7 months ago
Pavel Shishkin
6afe5df77a
Compose compiler version bump 1.5.14.1/1.5.15 ( #5141 )
1 year ago
Pavel Shishkin
e90dcb5c89
update compose compiler version to 1.5.13.2/1.5.13.3 ( #4798 )
...
compose compiler version updated to 1.5.13.2 (kotlin 1.9.23) / 1.5.13.3
(kotlin 1.9.24)
Fixes https://github.com/JetBrains/compose-multiplatform/issues/4777
## Testing
- compose multiplatform testsuite
## Release Notes
### Highlights
#### Compose compiler
- updated to version built from google jetpack compose compiler 1.5.13
2 years ago
Pavel Shishkin
b6e7ba750c
update compose compiler version to 1.5.13 ( #4770 )
2 years ago
Pavel Shishkin
41a6d3d3c7
Update compose compiler version to 1.5.10.2 ( #4652 )
...
version bump & test added for reified generic in composable functions
Fixes #3147
2 years ago
Pavel Shishkin
3de2f3bfbe
update compose compiler version to 1.5.10.1 ( #4474 )
...
Fixes https://github.com/JetBrains/compose-multiplatform/issues/4455
2 years ago
Shishkin Pavel
730e368de7
update compiler version to 1.5.10 ( #4452 )
2 years ago
Oleksandr Karpovich
9709609fad
Refactor composable-test-cases to get rid of dependency on compose-multiplatform-gradle-plugin ( #4421 )
...
This is a preparation to move these tests to kotlin project.
Some neccessary parts were copy-pasted from our Compose Multiplatform
gradle plugin.
So `id("org.jetbrains.compose")` is not used anymore
2 years ago
Oleksandr Karpovich
15e5e321eb
Add k/wasm to composable-test-cases ( #4372 )
2 years ago
Oleksandr Karpovich
fe77886793
Add k/wasm target to composable-test-cases ( #4371 )
2 years ago
Shishkin Pavel
2ca9e3c973
test: composable lambdas deep in generic types ( #4370 )
...
testcase for compiler fix
https://github.com/JetBrains/compose-multiplatform/issues/3466
2 years ago
Shishkin Pavel
d99cf154e8
Add compose compiler test cases for fixed issues ( #4268 )
...
fixes
https://github.com/JetBrains/compose-multiplatform/issues/3318
https://github.com/JetBrains/compose-multiplatform/issues/3643
https://github.com/JetBrains/compose-multiplatform/issues/4055
2 years ago
Oleksandr Karpovich
f121805763
Add test cases for stability inference ( #4163 )
...
Should pass since 1.5.8-beta01 compose compiler plugin
2 years ago
Konstantin
147bb6bdca
Update compose version to 1.6.0-dev1357 ( #4096 )
2 years ago
Konstantin Tskhovrebov
6634ca5191
Update compose version to "1.6.0-dev1340"
2 years ago
Oleksandr Karpovich
84de7a1f41
Make sure compiler test cases support kotlin 2.0.0-Beta2 ( #4051 )
...
Co-authored-by: Oleksandr.Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Oleksandr Karpovich
cf8c9eb075
Update Kotlin and Compose in composable-test-cases ( #4046 )
...
Co-authored-by: Oleksandr.Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Oleksandr Karpovich
2ab6e97775
Add tests cases for Composable functions returning null value ( #3953 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
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
2 years ago
Oleksandr Karpovich
0ad5cfa5a7
Add kotlin/dev space maven repo to composable-test-cases ( #3883 )
2 years ago
Oleksandr Karpovich
d777238d51
Add more tests for expect Composables ( #3851 )
2 years ago
Nikolai Rykunov
93a8316226
Remove kotlin.native.cacheKind=none ( #3674 )
2 years 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
2 years ago
Oleksandr Karpovich
91a7dcb0f6
Fix composable test build.gradle.kts ( #3506 )
2 years ago
Oleksandr Karpovich
1d6752b912
add a test for composable getter in expect/actual val getter ( #3456 )
2 years ago
Oleksandr Karpovich
77a070ae45
Update build.gradle.kts ( #3425 )
2 years 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
3 years ago
Nikolai Rykunov
f178031565
Navigate to publishing part of core repository ( #3083 )
3 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
3 years ago
Igor Demin
3b7ee0558d
Revert "Skiko"
...
This reverts commit cdfd3b0e62 .
3 years ago
Igor Demin
cdfd3b0e62
Skiko
3 years ago
Oleksandr Karpovich
8b29b3573b
Update compose submodule
3 years ago
Igor Demin
a32bb560ca
Update Compose
3 years ago
Nikolai Rykunov
63b6474567
Don't run android tests in testComposeJbWeb ( #2981 )
3 years ago
Igor Demin
f5e5eed6c8
Move Compose
3 years ago
Igor Demin
f2fbc7ed30
Add :compose:ui:ui-test-junit4:desktopTest to CI ( #2972 )
3 years ago
Igor Demin
c0bf825d12
Update Compose
3 years ago
dima.avdeev
a2c30ffa89
update submodule compose/frameworks/support to latest jb-main
3 years ago
Igor Demin
3ea177c71d
Update Compose
3 years ago
Igor Demin
0e151c17c3
Update Compose
3 years ago
dima.avdeev
45fa56eb76
clean compose/frameworks/support IDE files and temp files ( #2949 )
3 years ago
Nikolay Rykunov
5d3bfa2385
Update compose-multiplatform-core submodule after build script fixes
3 years ago
Nikolai Rykunov
6c01fceb32
Update compose-multiplatform-core submodule after Compose 1.4 merge ( #2941 )
3 years ago
dima.avdeev
9bceb4c873
update submodule compose/frameworks/support to latest jb-main
3 years ago
dima.avdeev
88a8b6e56b
update submodule compose/frameworks/support to latest jb-main
3 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
3 years ago
dima.avdeev
ad78a2495a
update compose/frameworks/support to latest jb-main
3 years ago
dima.avdeev
b62ee1bd9a
update submodule compose/frameworks/support to latest jb-main
3 years ago