Nikita Lipsky
a917c5eb1d
Extract plugins versions from root build.gradle.kts
...
as it was before
2 years ago
Nikita Lipsky
596e46fdff
Refactor Widgets Gallery sample to use KMM structure and add iOS target ( #2491 )
...
Refactor Widgets Gallery sample to use KMM structure and add iOS target
2 years ago
dima.avdeev
b858998310
WebAssembly means "JS in browser with WebAssembly Skia" ( #2487 )
2 years ago
dima.avdeev
e900f561f2
update experimental/examples/falling-balls ( #2486 )
2 years ago
Nikita Lipsky
749c9119c1
Fixup for Falling Balls example: fix applicationId for Android
2 years ago
Nikita Lipsky
7bfe7df5d0
Fixup for Falling Balls example: remove jcenter()
2 years ago
Nikita Lipsky
d5ba2e924e
Refactor FallingBalls MPP sample to follow KMM project structure. ( #2478 )
...
Refactor FallingBalls MPP sample to follow KMM project structure.
- as a result iOS target can be run and debugged using KMM IDE tooling.
2 years ago
Nikita Lipsky
85faea7243
Unify build.gradle.kts for experimental samples ( #2445 )
...
+ add Android traget for Minesweeper example
2 years ago
Nikita Lipsky
daafd804f8
Introduce defaultUIKitMain in compose library and use it from UIKit examples ( #2426 )
2 years ago
Nikita Lipsky
cf232b37a1
Temporally disable Kotlin native compiler verification for Chat example ( #2423 )
...
* Temporally disable Kotlin native compiler verification for Chat example
+ add Maven local repository to test the sample on dev versions
* settings.gradle.kts add mavenLocal
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
2 years ago
dima.avdeev
8aca240b58
update uikit experimental examples 1.3.0-alpha01-dev824 ( #2417 )
2 years ago
dima.avdeev
c76f639d74
update compose version 1.2.0 in experimental samples ( #2412 )
2 years ago
dima.avdeev
09ee6b8bc7
todoapp and experimental to 1.2.0-rc02
2 years ago
dima.avdeev
500cad0982
chmod +x gradlew
2 years ago
dima.avdeev
06193c44ad
update version in experimental uikit samples ( #2377 )
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
dima.avdeev
49e1065bb1
update gradle wrapper 7.5.1 ( #2352 )
2 years ago
Ahmed MJ
486a53fb14
Release desktop mediaPlayer resource ( #2239 )
...
* release desktop mediaPlayer
* Update DesktopVideoPlayer.kt
Co-authored-by: 070hm <you@example.com>
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
dima.avdeev
1f39fa4ba1
Check experimental flags in gradle.properties ( #2268 )
2 years ago
theapache64
9adc93f04b
add android sample for falling balls mpp ( #2275 )
...
Co-authored-by: theapache64 <theapache64@users.noreply.github.com>
2 years ago
dima.avdeev
4e2bbe36fe
Revert "Add links to some interesting community projects"
...
This reverts commit 5dcefdf69f
.
2 years ago
dima.avdeev
5dcefdf69f
Add links to some interesting community projects
2 years ago
dima.avdeev
3129fa1d53
experimental chat example ( #2148 )
2 years ago
Igor Demin
840b7f3cb0
VideoPlayer. remove println
2 years ago
dima.avdeev
412e4f765e
hotfix Issue 2113 missing coroutines-core in JS ( #2142 )
2 years ago
dima.avdeev
f124783ffd
uikit experimental samples update version ( #2140 )
2 years ago
dima.avdeev
b1fe574a7e
update uikit sample to compose version 1.2.0 alpha01 dev724 ( #2137 )
2 years ago
dima.avdeev
5e3be853e3
update version of compose mpp for experimental samples ( #2122 )
2 years ago
dima-avdeev-jb
db07c172c5
update exprimental doc
2 years ago
dima-avdeev-jb
3221d7c306
update experimental samples compose (1.2.0-alpha01-dev675) and kotlin version (1.6.21) ( #2047 )
...
* update compose version in experimental/examples (version 1.2.0-alpha01-dev675)
* experimental/examples kotlin 1.6.21
* experimental/samples gradle wrapper 7.4.2
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
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
dima-avdeev-jb
80cfc4c249
iOS gradle: create task to deploy on connected iOS device ( #1944 )
3 years ago
Alexey Tsvetkov
62a657b6cd
Native desktop packaging ( #1908 )
...
* Minor: add cleanDirs util
* Generate constant for gradle plugin version
* Unpack icons using task instead of lazy property
Resolves #960
* Introduce K/N Desktop packaging for Mac
3 years ago
dima-avdeev-jb
fdd4e50929
little fix "iPad" quotes
3 years ago
alexander-gorshenev
123b620f6e
Moved kotlin native to experimental mm ( #1910 )
3 years ago
dima-avdeev-jb
24526947ad
Gradle deploy to iOS simulator ( #1899 )
3 years ago
Igor Demin
57ec512f70
Update build_and_run_from_cli_example.sh
3 years ago
Nikolay Igotti
53b83b022c
Move MPP samples to 1.2.0-alpha01-dev620
3 years ago
Roman Sedaikin
b8ec76d166
Fixed slider-drag problem in [falling-balls-mpp] example. ( #1750 )
3 years ago
Alexey Tsvetkov
d23806a3f4
Update examples ( #1740 )
...
* Update examples to Gradle 7.3.3
Resolves #1654
* Update compose and agp in examples
Resolves #1117
* Fix gradle plugins classloading in examples and templates
* Make falling balls mpp compatible with examples checker
3 years ago
Nikolay Igotti
6da56d56ea
Move few MPP examples to experimental for now ( #1739 )
3 years ago
Igor Demin
dbd0a21949
Modify replace.sh for replacing Compose version ( #1511 )
...
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```
They pollute templates/examples.
Now, all paths where we need to change the version are hardcoded in the script.
Usage:
```
./replace.sh 1.0.0-rc6
```
This script is planned to run on CI
In the future I will add support for changing Kotlin version
3 years ago
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
3 years ago
Igor Demin
21473b13f1
Move to 1.0.0-rc12 ( #1518 )
...
* Move build_from_cli
* Migrate to 1.0.0-rc12
* Comment about LWJGL
* Update Tutorials
3 years ago
Wojciech Gryglas
039b1ce774
Cleanup redundant code ( #1323 )
3 years ago
Igor Demin
b9b9e3438b
Move cef and videoplayer to experimental folder ( #1277 )
...
Only experimental/components/settings.gradle.kts is copied with changes, the rest is copied without changes
3 years ago
Igor Demin
9806bdc085
LWJGL integration example ( #1275 )
3 years ago