Commit Graph

11 Commits

Author SHA1 Message Date
Igor Demin
3996233b03 Allow to use Compose on multiple Kotlin versions (#2366)
JS target supports a lower version (1.7.10), because we have a bug in Koltin 1.7.20

Compose 1.2.0 will support:

1.7.20 and 1.7.10 for Android and Desktop
1.7.10 for JS
We will release the new patchset (1.2.1) with 1.7.2X support for JS later
2022-10-08 15:50:51 +02:00
Nikolay Igotti
2bde986c15 Move tutorial checker 2022-02-22 11:01:14 +03:00
Nikolay Igotti
ad2f889b11 Reset timebomb 2022-02-15 11:44:53 +03:00
Nikolay Igotti
d27b757092 Fix tutorial checker 2022-02-01 09:17:02 +03:00
Nikolay Igotti
c427f7c2bc Selective tutorial check ignore (#1716) 2022-01-19 17:32:50 +03:00
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
2021-12-08 10:32:18 +03:00
Oleksandr Karpovich
599ffdce58 Update tutorials check task to support individual targets checks (#831)
`./gradlew check -PCHECK_TARGET=all` - `all` is the default, so can be omitted
`./gradlew check -PCHECK_TARGET=desktop`
`./gradlew check -PCHECK_TARGET=web`

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-06-29 16:46:41 +02:00
Nikolay Igotti
0b363d6859 Make template tunable. 2021-05-31 19:47:13 +03:00
Nikolay Igotti
1f039ab310 Check web tutorials as well 2021-05-31 19:37:00 +03:00
Nikolay Igotti
e817408595 Use 0.4.0-rc2 in examples (#720) 2021-05-31 14:19:54 +03:00
Nikolay Igotti
a664d07c1a Check tutorials (#237) 2020-12-29 16:52:59 +03:00