Igor Demin
1dff3ef03c
Fix CI compilation ( #2260 )
...
CI uses root compose/gradlew, which doesn't call the child compose/frameworks/support/gradlew, in which we configure some env variables.
Now it is called.
All root tasks work as before.
2 years ago
Igor Demin
598a74d03b
Remove configuration scripts ( #2259 )
...
Because this configuration is done on androidx repo level now
2 years ago
Igor Demin
6120550135
Update Compose
2 years ago
Oleksandr Karpovich
62660a9048
Add UikitSimArm64 to ComposePlatforms ( #2242 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2 years ago
Igor Demin
317c7b4018
Update Compose
2 years ago
Igor Demin
33237b662e
Use another version of Compose Compiler inside Compose Gradle plugin ( #2256 )
...
* Use another version of Compose Compiler inside Compose Gradle plugin
* Update gradle.properties
2 years ago
jimgoog
0d1a309966
Add a "next steps" section to getting started docs ( #2250 )
...
* Add a "next steps" section to getting started docs
Users found this "getting started" tutorial by following the link on the Compose MPP landing page, but then didn't find any other docs. This change helps mitigate the problem by pointing users in a helpful direction after they've gone through the first tutorial.
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
Igor Demin
32748fc0a2
Restructure the main page ( #2252 )
...
* Restructure main page
Extract tutorials and example to separate sections.
Also add links to Android documentation. This documentation is very comprehensive comparing to our current documentation, that covers mainly desktop aspects.
Until we write our own docs, or unify Jetpack Compose docs with Google collaboration, it is better to have links to this documentation than not to have it.
* Update README.md
2 years ago
Igor Demin
f009c4693e
Update README.md
2 years ago
Igor Demin
55055d20d1
Update README.md
2 years ago
Verminskiy Vladislav
d80331834c
Update SplitPaneDSL.kt ( #2196 )
...
It is look likes mistake in documentation for placements first and second component in the horizontal pane
2 years ago
Igor Demin
9b530c9c28
Build ui-tooling-data
2 years ago
Guilherme Delgado
97266a0ac8
Update README.md ( #2192 )
...
Removes extra """
2 years ago
Igor Demin
d114350210
Update Compose
2 years ago
Igor Demin
f9665417ac
Update Compose
2 years ago
Igor Demin
2abfb178a5
Update Compose
2 years ago
Igor Demin
70a32081fd
Correct information about releases in main README.md ( #2183 )
...
The current link leads to the list of dev releases, and can confuse people if they want to find the latest stable, not the latest dev release
2 years ago
Ilya Ryzhenkov
010576557f
Fix split panel ( #2175 )
...
* Fix ignoring modifier when one of the parts is missing
* Fix ignoring density for min size when measuring
* Fix a copypasta for secondMinSizePx
2 years ago
Ilya Ryzhenkov
7fbbdd8eca
Fix AnimatedImage component ( #2174 )
...
* Fix and optimize image animation for 0 and 1 frames
* Change default frame duration to 10fps to match those of a browser
* Fix zero-size image with ImageBitmap.Blank
2 years ago
dima.avdeev
3129fa1d53
experimental chat example ( #2148 )
2 years ago
Erik Huizinga
e075f68326
Update README.md ( #2163 )
...
* Update README.md
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
Igor Demin
b60de28986
Update EventsListenerScope.kt
2 years ago
Oleksandr Karpovich
0317176658
add kotlin-js-store/yarn.lock
2 years ago
Oleksandr Karpovich
f59eba3027
w/a: disable tests with gradle 6.4 and 6.7.1
...
6.4 is not supported by kotlin-gradle-plugin 1.7.0.
6.7.1 is supposed to be the min. supported version by kotlin-gradle-plugin 1.7.0. Despite that, the tests failed.
Tests pass with 7.1.1 and 7.3.3
2 years ago
Oleksandr Karpovich
dfe7e40eef
web: update for kotlin 1.7.0
2 years ago
Philip Wedemann
36b232b653
Gradle Plugin: Fix NPE and use 1.8 by default ( #2164 )
2 years ago
Alexey Tsvetkov
ca19308fda
Allow IJ plugin to work with 2022.2 ( #2162 )
2 years ago
Igor Demin
620b50ae12
Move Compose
2 years ago
Philip Wedemann
68244c921b
Docs: Js only projects are now supported ( #2154 )
...
See #1851
2 years ago
Igor Demin
3fd5bbd87a
Update README.md ( #2125 )
...
- the version of compiler don't have to be matched. Compose compiler backward and forward compatible
- the issue with AGP is fixed
2 years ago
Igor Demin
3ea728d1f4
Update README.md
2 years ago
Igor Demin
840b7f3cb0
VideoPlayer. remove println
2 years ago
Igor Demin
24c2bedef6
Move Compose
2 years ago
Igor Demin
04c93ed537
Build extended icons and material3 for all targets ( #2133 )
...
Fixes https://github.com/JetBrains/compose-jb/issues/2106
Also will add a task on CI
2 years ago
dima.avdeev
412e4f765e
hotfix Issue 2113 missing coroutines-core in JS ( #2142 )
2 years ago
dima.avdeev
45aa109134
README.md kotlin.js.webpack.major.version=4 ( #2143 )
2 years ago
dima.avdeev
f124783ffd
uikit experimental samples update version ( #2140 )
2 years ago
dima.avdeev
d2fb3f00d2
update submodule compose/frameworks/support to latest jb-main branch
2 years ago
dima.avdeev
b1fe574a7e
update uikit sample to compose version 1.2.0 alpha01 dev724 ( #2137 )
2 years ago
dima.avdeev
586ec43100
Fix issue 2114. Gradle plugin with xcode 13.4. Add default null values for unused json params. ( #2131 )
2 years ago
dima.avdeev
85a7e6ced7
compose gradle plugin, lazy initialization of teamId for iOS deploy ( #2132 )
2 years ago
Adam Howard
8faecbbe58
improve grammar in README ( #2121 )
...
* improve grammar in README
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
dima.avdeev
5e3be853e3
update version of compose mpp for experimental samples ( #2122 )
2 years ago
dima.avdeev
41743d10f0
update compose/framework/support to latest jb-main
2 years ago
dima.avdeev
1f5e4fd8e5
update submodue compose/framework/support to latest jb-main branch
2 years ago
Philip Wedemann
ad757a8f0a
Web: Add list overload for classes ( #2094 )
...
* Add list overload for classes
* Add array and collection overload for classes
* Remove array overload
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
2 years ago
Igor Demin
75360592a1
Update Compose
2 years ago
dima.avdeev
6b7c44cc59
add sample ./scripts/runGradle runLayout
2 years ago
dima.avdeev
2e81c8e9d2
update submodule frameworks/support to latest jb-main
2 years ago
dima.avdeev
d21fa482a5
update submodule frameworks/support to latest jb-main branch
2 years ago