FirestoreKMP icon indicating copy to clipboard operation
FirestoreKMP copied to clipboard

Update Kotlin version to 1.3.61

Open TheHemantKaushik opened this issue 5 years ago • 1 comments

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 be read in IDE: Gradle: co.touchlab:firestore-iosx64:klib:0.2.5 Gradle: co.touchlab:firestore-iosx64:klib:cinterop-firebasecore:0.2.5 Gradle: co.touchlab:firestore-iosx64:klib:cinterop-firestore:0.2.5 Gradle: com.russhwolf:multiplatform-settings-iossim:klib:0.3.3 Gradle: com.soywiz.korlibs.klock:klock-iosx64:klib:1.7.5 Please edit Gradle buildfile(s) and specify library versions compatible with Kotlin/Native 1.3.61. Then re-import the project in IDE.

TheHemantKaushik avatar Jan 09 '20 09:01 TheHemantKaushik