Skip to content

Commit c8241b7

Browse files
committed
update readme
1 parent 5b379f7 commit c8241b7

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ implement all you UI in Kotlin with Jetpack Compose and MOKO resources.
3737
- **Compose Multiplatform** support;
3838
- **StringDesc** for lifecycle-aware access to resources and unified localization on both platforms;
3939
- **Static** iOS frameworks support;
40-
- **Fat and XC** frameworks support.
40+
- **Fat and XC** frameworks support;
41+
- **SVG** images support.
4142

4243
## Requirements
4344

@@ -58,7 +59,7 @@ buildscript {
5859
}
5960
6061
dependencies {
61-
classpath "dev.icerock.moko:resources-generator:0.21.2"
62+
classpath "dev.icerock.moko:resources-generator:0.22.0"
6263
}
6364
}
6465
@@ -76,10 +77,10 @@ project build.gradle
7677
apply plugin: "dev.icerock.mobile.multiplatform-resources"
7778
7879
dependencies {
79-
commonMainApi("dev.icerock.moko:resources:0.21.2")
80-
commonMainApi("dev.icerock.moko:resources-compose:0.21.2") // for compose multiplatform
80+
commonMainApi("dev.icerock.moko:resources:0.22.0")
81+
commonMainApi("dev.icerock.moko:resources-compose:0.22.0") // for compose multiplatform
8182
82-
commonTestImplementation("dev.icerock.moko:resources-test:0.21.2")
83+
commonTestImplementation("dev.icerock.moko:resources-test:0.22.0")
8384
}
8485
8586
multiplatformResources {
@@ -98,7 +99,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
9899

99100
```
100101
framework {
101-
export("dev.icerock.moko:resources:0.21.2")
102+
export("dev.icerock.moko:resources:0.22.0")
102103
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
103104
}
104105
```

0 commit comments

Comments
 (0)