Browse Source

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

pull/700/head
Oleksandr Karpovich 4 years ago committed by Oleksandr Karpovich
parent
commit
f19ef64a56
  1. 2
      web/build.gradle.kts
  2. 4
      web/gradle.properties
  3. 2
      web/integration-widgets/src/jsMain/resources/index.html

2
web/build.gradle.kts

@ -1,7 +1,7 @@
import org.gradle.api.publish.PublishingExtension import org.gradle.api.publish.PublishingExtension
plugins { 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 val COMPOSE_WEB_VERSION: String by project

4
web/gradle.properties

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

2
web/integration-widgets/src/jsMain/resources/index.html

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