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 292ed88 commit d12789dCopy full SHA for d12789d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.0-BETA8
4
+
5
+* Disable Skie `SuspendInterop` plugin to fix overriding `suspend` functions in Swift
6
7
## 1.0.0-BETA7
8
9
* Update supabase connector to use supabase-kt version 3
gradle.properties
@@ -17,7 +17,7 @@ development=true
17
RELEASE_SIGNING_ENABLED=true
18
# Library config
19
GROUP=com.powersync
20
-LIBRARY_VERSION=1.0.0-BETA7
+LIBRARY_VERSION=1.0.0-BETA8
21
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
22
# POM
23
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments