mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update compose web: use kotlin 1.5.10 and new version of compose runtime and compiler
This commit is contained in:
committed by
Oleksandr Karpovich
parent
809d83b137
commit
f19ef64a56
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="with-web-demo.js">
|
||||
<script src="web-integration-widgets.js">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user