From 9dc71372980fb863e1e9afe687bfd27183525bfe Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 17 Aug 2021 17:10:52 +0200 Subject: [PATCH] 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. --- web/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gradle.properties b/web/gradle.properties index ce47c7c5be..eef5cfd51a 100644 --- a/web/gradle.properties +++ b/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