Browse Source
the build from master contains an important fix for using compose in kotlin/js (composables in constructors). following (default) builds will include the fix, so normal version can be used again.pull/1077/head
Oleksandr Karpovich
3 years ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||||
# __LATEST_COMPOSE_RELEASE_VERSION__ |
# __LATEST_COMPOSE_RELEASE_VERSION__ |
||||||
COMPOSE_CORE_VERSION=1.0.0-alpha1 |
COMPOSE_CORE_VERSION=0.0.0-master-build316 |
||||||
COMPOSE_WEB_VERSION=1.0.0-alpha1 |
COMPOSE_WEB_VERSION=1.0.0-alpha1 |
||||||
compose.web.buildSamples=false |
compose.web.buildSamples=false |
||||||
compose.web.tests.integration.withFirefox |
compose.web.tests.integration.withFirefox |
||||||
|
Loading…
Reference in new issue