splendo / kaluga

Collection of multiplatform kotlin components, mainly using coroutines and flow
Apache License 2.0
276 stars 6 forks source link

Update Kotlin version: 1.9.20 -> 1.9.21 #748

Closed ddolovov closed 6 months ago

ddolovov commented 7 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:

com.splendo.kaluga:architecture:1.3.0 com.splendo.kaluga:base:1.3.0 com.splendo.kaluga:base-permissions:1.3.0 com.splendo.kaluga:beacons:1.3.0 com.splendo.kaluga:bluetooth:1.3.0 com.splendo.kaluga:bluetooth-permissions:1.3.0 com.splendo.kaluga:calendar-permissions:1.3.0 com.splendo.kaluga:camera-permissions:1.3.0 com.splendo.kaluga:contacts-permissions:1.3.0 com.splendo.kaluga:date-time:1.3.0 com.splendo.kaluga:date-time-picker:1.3.0 com.splendo.kaluga:hud:1.3.0 com.splendo.kaluga:keyboard:1.3.0 com.splendo.kaluga:links:1.3.0 com.splendo.kaluga:location:1.3.0 com.splendo.kaluga:location-permissions:1.3.0 com.splendo.kaluga:microphone-permissions:1.3.0 com.splendo.kaluga:notifications-permissions:1.3.0 com.splendo.kaluga:permissions:1.3.0 com.splendo.kaluga:resources:1.3.0 com.splendo.kaluga:review:1.3.0 com.splendo.kaluga:scientific:1.3.0 com.splendo.kaluga:service:1.3.0 com.splendo.kaluga:storage-permissions:1.3.0 com.splendo.kaluga:system:1.3.0 com.splendo.kaluga:test-utils:1.3.0 com.splendo.kaluga:test-utils-alerts:1.3.0 com.splendo.kaluga:test-utils-architecture:1.3.0 com.splendo.kaluga:test-utils-base:1.3.0 com.splendo.kaluga:test-utils-bluetooth:1.3.0 com.splendo.kaluga:test-utils-date-time-picker:1.3.0 com.splendo.kaluga:test-utils-hud:1.3.0 com.splendo.kaluga:test-utils-keyboard:1.3.0 com.splendo.kaluga:test-utils-koin:1.3.0 com.splendo.kaluga:test-utils-location:1.3.0 com.splendo.kaluga:test-utils-permissions:1.3.0 com.splendo.kaluga:test-utils-resources:1.3.0 com.splendo.kaluga:test-utils-service:1.3.0 com.splendo.kaluga:test-utils-system:1.3.0

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.