Oleksandr Karpovich
be66d9e822
Update the `web-landing` example with a link to `Compose for Desktop` landing page
4 years ago
Harsh Shandilya
c1aa3a33ca
gradle-plugins/compose: Don't eagerly evaluate web platform
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
4 years ago
Alexey Tsvetkov
8658e38132
Change IDE plugin name
4 years ago
Alexey Tsvetkov
de66648650
Adjust IDE plugin compatibility range
4 years ago
Nikolay Igotti
b9d7d28997
Tweaks, fix pause
4 years ago
Oleksandr Karpovich
165e3beeb2
Update the compose-web Getting Started tutorial
4 years ago
Shagen Ogandzhanian
daa2fcc082
Better layout and positioning for fallingBalls with web demo:
4 years ago
Oleksandr Karpovich
f03abd1966
Update the links in web-landing example
4 years ago
Nikolay Igotti
6cdb5e1178
Tweaks.
4 years ago
Shagen Ogandzhanian
2cb37c014c
Falling balls in new flavour
...
Still lot of things to tune
4 years ago
Nikolay Igotti
bc12dacee8
Move to 0.0.0-web-dev-11
4 years ago
Oleksandr Karpovich
b1919eae3f
Update the license for compose-web landing page
4 years ago
Oleksandr Karpovich
6d76c337b3
Add tutorials for getting started with Compose for Web ( #628 )
...
* Add Compose for Web tutorials
* Update the compose-web tutorials
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
4 years ago
Oleksandr Karpovich
eec10d2546
Merge pull request #627 from JetBrains/web-samples
...
Add compose-web examples: `getting-started`, `landing-page`
4 years ago
Oleksandr Karpovich
d3bdd6ad3b
Add compose-web landing page to examples
4 years ago
Arkadii Ivanov
79521195fb
Update Navigation tutorial ( #624 )
4 years ago
Alexey Tsvetkov
1f75845609
Add ability to run JS main from IDE ( #623 )
4 years ago
Oleksandr Karpovich
e4d34c8250
Add `getting started with compose web` project to examples
4 years ago
Alexey Tsvetkov
7a47ba8dd8
Support Kotlin JS targets in Compose Gradle plugin
4 years ago
Jeffrey
cab2ac642e
fix(docs): corrects typos in project documentation ( #613 )
4 years ago
Shagen Ogandzhanian
d5abe47da6
Introduce a separate global gradle distrib in compose-web Docker image
4 years ago
Alexey Tsvetkov
56cf4c6bf9
Minor: remove force shutdown after package deletion
4 years ago
Alexey Tsvetkov
59677b5932
Fix typo
4 years ago
Alexey Tsvetkov
d496ca9ff5
Add script for deleting packages from Space
4 years ago
Alexey Tsvetkov
d1908bb41a
Re-sign app after patching Info.plist
...
Resolves #602
4 years ago
Shagen Ogandzhanian
8dd40e60e3
Explicitely name internal repository we are publishing to
4 years ago
Alexey Tsvetkov
8c8b4147ab
Update to 0.4.0-build182 and get rid of jcenter
...
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.
Resolves #557
4 years ago
Shagen Ogandzhanian
8040ca67e1
Configure publication only if project has maven publishing plugin
4 years ago
Shagen Ogandzhanian
556ac1d8e0
Keep publication config in global gradle settings for compose-web Docker image
4 years ago
Shagen Ogandzhanian
2b44bc348f
Introduce global repository resolution for compose-web Docker build image
4 years ago
Shagen Ogandzhanian
ac51be0140
Install Firefox to the Docker image we are using for testing web builds
4 years ago
Arkadii Ivanov
df5742f82f
Free todoapp from jcenter ( #592 )
4 years ago
Sebastian Aigner
aa017ea235
Use local density instead of setting `fillMaxHeight` to 0.5f ( #590 )
4 years ago
Alexey Tsvetkov
c5b93e8e31
Prepare Intellij plugin for publishing
4 years ago
Alexey Tsvetkov
e7e5b79597
Fix unpacking skiko on Linux and Windows ( #586 )
4 years ago
Alexey Tsvetkov
62d58b4615
Unpack Skiko in native distributions
...
Resolves #546
4 years ago
Nikolay Igotti
76e3f45f8b
Move to Kotlin 1.4.32 and 0.4.0-build180
4 years ago
Shagen Ogandzhanian
1f15bbb373
Introduce global gradle.properties so the we don't need to retype androidx.compose.multiplatformEnabled=true
4 years ago
Nikolay Igotti
f9ed97e554
Update CHANGELOG.md
4 years ago
Nikolay Igotti
4ac5235dad
Update CHANGELOG.md
4 years ago
Nikolay Igotti
b962836203
Typo
4 years ago
Shagen Ogandzhanian
1aa492c02c
Introduce an alias for launching chrome from root in compose-web/Docker
4 years ago
Shagen Ogandzhanian
4039d82aa6
Don't remove darwin SDK in Docker file for compose-web
...
Because for some reason linux config refers to it
Here's this config I need later discuss with fellow googlers
<project
path="prebuilts/fullsdk-darwin/platforms/android-30"
name="platform/prebuilts/fullsdk/platforms/android-30"
revision="master"
clone-depth="1">
<linkfile src="." dest="prebuilts/fullsdk-linux/platforms/android-30" />
</project>
4 years ago
Alexey Tsvetkov
2f0cd93e71
Specify Preview as entry point
...
So it's not marked as dead code by Intellij
4 years ago
Shagen Ogandzhanian
05b9e962e5
Remove darwin-related prebuilts from the compose-web image
...
(cause it's Ubuntu)
4 years ago
Shagen Ogandzhanian
a70c72052c
Don't purge any app installed so far to the Docker web-compose image
4 years ago
Shagen Ogandzhanian
603287b1bf
Don't try to purge app-get cache data and clone with depth=1 in Docker for compose web
4 years ago
Alexey Tsvetkov
82b87c7481
Update preview example
4 years ago
Nikolay Igotti
cf9ccdb617
Switch templates to 0.4.0-build179
4 years ago
Shagen Ogandzhanian
69b0ce57f5
Fix arguments for sync in Docker for compose-web
4 years ago