Browse Source
Also rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (as in the other places). It simplifies Also add .idea to the global .gitignorefixWebForKotlin1720
Igor Demin
2 years ago
10 changed files with 198 additions and 562 deletions
@ -1,2 +1,2 @@ |
|||||||
# __KOTLIN_COMPOSE_VERSION__ |
# __KOTLIN_COMPOSE_VERSION__ |
||||||
kotlin.version=1.6.10 |
kotlin.version=1.7.20 |
||||||
|
@ -1,5 +1,4 @@ |
|||||||
COMPOSE_CORE_VERSION=1.1.0 |
compose.version=1.2.0-beta03 |
||||||
COMPOSE_WEB_VERSION=1.1.0 |
|
||||||
compose.web.buildSamples=false |
compose.web.buildSamples=false |
||||||
compose.web.tests.integration.withFirefox |
compose.web.tests.integration.withFirefox |
||||||
compose.web.tests.skip.benchmarks=false |
compose.web.tests.skip.benchmarks=false |
||||||
|
Loading…
Reference in new issue