Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5365036

Browse files
committed
up version
1 parent 5bbf938 commit 5365036

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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-17`. Dev version is not tested in production tasks yet, API can be changed and
9+
Current version - `0.1.0-dev-18`. 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

@@ -225,6 +225,7 @@ val loginScreen = Theme(baseTheme) {
225225
- kotlin 1.3.70
226226
- 0.1.0-dev-16
227227
- 0.1.0-dev-17
228+
- 0.1.0-dev-18
228229

229230
## Installation
230231
root build.gradle
@@ -239,7 +240,7 @@ allprojects {
239240
project build.gradle
240241
```groovy
241242
dependencies {
242-
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-17")
243+
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-18")
243244
}
244245
```
245246

@@ -252,7 +253,7 @@ buildscript {
252253
}
253254
254255
dependencies {
255-
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-17"
256+
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-18"
256257
}
257258
}
258259

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-17"
13+
private const val mokoWidgets = "0.1.0-dev-18"
1414
private const val mokoResources = "0.9.0"
1515

1616
object Plugins {

0 commit comments

Comments
 (0)