We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c722b3 commit c99002bCopy full SHA for c99002b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## unreleased
4
5
+## v0.1.0-rc.3
6
+
7
- Fix conflicts with same method names across different modules on iOS by prefixing method names
8
- Update Dart duration serialization to be compatible with Kotlin ISO-8601 duration string parsing
9
example/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.kotlinSerialization)
}
-val flutterKmpVersion = "0.1.0-rc.2"
+val flutterKmpVersion = "0.1.0-rc.3"
10
11
kotlin {
12
jvm()
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.1.0-rc.2
+version=0.1.0-rc.3
group=de.voize
org.gradle.jvmargs=-Xmx2048m
0 commit comments