This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is a Kotlin MultiPlatform library that provides declarative UI and applicat
66 in common code. You can implement full application for Android and iOS only from common code with it.
77
88## Current status
9- Current version - ` 0.1.0-dev-18 ` . Dev version is not tested in production tasks yet, API can be changed and
9+ Current version - ` 0.1.0-dev-19 ` . Dev version is not tested in production tasks yet, API can be changed and
1010 bugs may be found. But dev version is chance to test limits of API and concepts to feedback and improve lib.
1111 We open for any feedback and ideas (go to issues or #moko at [ kotlinlang.slack.com] ( https://kotlinlang.slack.com ) )!
1212
@@ -227,6 +227,7 @@ val loginScreen = Theme(baseTheme) {
227227 - 0.1.0-dev-16
228228 - 0.1.0-dev-17
229229 - 0.1.0-dev-18
230+ - 0.1.0-dev-19
230231
231232## Installation
232233root build.gradle
@@ -241,7 +242,7 @@ allprojects {
241242project build.gradle
242243``` groovy
243244dependencies {
244- commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-18 ")
245+ commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-19 ")
245246}
246247```
247248
@@ -254,7 +255,7 @@ buildscript {
254255 }
255256
256257 dependencies {
257- classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-18 "
258+ classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-19 "
258259 }
259260}
260261
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object Versions {
1010 }
1111
1212 const val kotlin = " 1.3.70"
13- private const val mokoWidgets = " 0.1.0-dev-18 "
13+ private const val mokoWidgets = " 0.1.0-dev-19 "
1414 private const val mokoResources = " 0.9.0"
1515
1616 object Plugins {
You can’t perform that action at this time.
0 commit comments