Commit Graph

6 Commits

Author SHA1 Message Date
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