Skip to content

Commit c9e3ed3

Browse files
authored
fix moko-graphics version in readme
1 parent b1b647d commit c9e3ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
134134
```
135135
framework {
136136
export("dev.icerock.moko:resources:0.25.1")
137-
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
137+
export("dev.icerock.moko:graphics:0.10.0") // toUIColor here
138138
}
139139
```
140140

0 commit comments

Comments
 (0)