touchlab / SQLiter

Minimal multiplatform sqlite library
https://touchlab.co
177 stars 35 forks source link

Update Kotlin version: 1.9.20 -> 1.9.21 #118

Open ddolovov opened 11 months ago

ddolovov commented 11 months ago

Dear Library Maintainer,

We have just released Kotlin 1.9.21 that fixes critical issue that, in some cases, resulted in the production of incorrect klib libraries. Details: https://youtrack.jetbrains.com/issue/KT-62515. We have detected that there are libraries built with 1.9.20 that were published to Maven Central. And these libraries are affected by the issue:

co.touchlab:sqliter:1.3.0 co.touchlab:sqliter-driver:1.3.1

We highly recommend you rebuilding these libraries with 1.9.21 and republishing them to minimize possible negative impact. Please take our apologies for this inconvenience. We will take the necessary measures to avoid similar issues in the future.

Kotlin Team.