Commit Graph

10 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
Igor Demin
3b13944daf Fix multiplatform projects in IDEA / Android Studio
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331

- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
2020-10-26 19:29:39 +03:00
Nikolay Igotti
c0c31e9506 Move to dev97 2020-10-20 21:48:28 +03:00
Nikolay Igotti
11543c4618 Move to dev87. 2020-10-16 15:13:35 +03:00
Nikolay Igotti
08ce747217 Move to dev85. 2020-10-15 11:06:33 +03:00
Nikolay Igotti
e2afc407c8 Move examples to piublic repo deps. 2020-10-09 10:08:17 +03:00
Nikolay Igotti
dfa22f0a01 Move sampels to build58 2020-09-15 17:41:15 +03:00
Nikolay Igotti
a61dbff798 Move to unmerged30. 2020-09-10 17:58:19 +03:00
Nikolay Igotti
6417d6c5ea Move to build53. 2020-09-07 14:02:44 +03:00
Nikolay Igotti
4dc4f597d5 Add issues. 2020-09-07 13:53:23 +03:00