FirestoreKMP
FirestoreKMP copied to clipboard
Firestore KMP Library
Hi, Where can I find version 0.2.8-mt2 for FirebaseKMP? I'm trying to fix a build issue when using 0.2.7-mt2 Thanks!
update kotlin, plugins and library versions.
This project could be expanded to support Kotlin/js.
Getting this warning while building project: > Incompatible Kotlin/Native libraries > There are 5 third-party libraries attached to the project that were compiled with an older Kotlin/Native compiler and can't...
I am getting StackOverflow exception when trying to commit a batch. My code is as follows :- > override suspend fun insertAll(list: List) { val userId = prefs.getCurrentUserId() ?: return...
Something in gradle broke in Kotlin 1.3.60. Need to take a look at that.