Update compose web: use kotlin 1.5.10 and new version of compose runtime and compiler

This commit is contained in:
Oleksandr Karpovich
2021-05-26 15:13:40 +02:00
committed by Oleksandr Karpovich
parent 809d83b137
commit f19ef64a56
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import org.gradle.api.publish.PublishingExtension
plugins {
id("org.jetbrains.kotlin.multiplatform") version("1.5.0") apply(false)
id("org.jetbrains.kotlin.multiplatform") version("1.5.10") apply(false)
}
val COMPOSE_WEB_VERSION: String by project

View File

@@ -1,2 +1,2 @@
COMPOSE_CORE_VERSION = 0.0.11-SNAPSHOT
COMPOSE_WEB_VERSION = 0.0.11-SNAPSHOT
COMPOSE_CORE_VERSION=0.0.12-SNAPSHOT
COMPOSE_WEB_VERSION=0.0.12-SNAPSHOT

View File

@@ -43,7 +43,7 @@
</div>
</div>
</div>
<script src="with-web-demo.js">
<script src="web-integration-widgets.js">
</script>
</body>
</html>