Browse Source

web: update COMPOSE_CORE_VERSION=0.0.0-master-build316

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
parent
commit
9dc7137298
  1. 2
      web/gradle.properties

2
web/gradle.properties

@ -1,5 +1,5 @@
# __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.buildSamples=false
compose.web.tests.integration.withFirefox

Loading…
Cancel
Save