badoo / Reaktive

Kotlin multi-platform implementation of Reactive Extensions
Apache License 2.0
1.17k stars 58 forks source link

Updated Kotlin to 1.9.10, Gradle to 8.0.1, AGP to 8.0.1, coroutines to 1.7.3 #757

Closed arkivanov closed 1 year ago

arkivanov commented 1 year ago

Also migrated some code and Gradle configs, and fixes various build failures.

It appears that #750 works fine, I was able to publish artifacts locally. Those warnings seem gone.

Please mind that Gradle versions above 8.0.1 are affected by the following issue: https://github.com/gradle/gradle/issues/26154

Fixes: #697 Fixes: #750 Fixes: #756

arkivanov commented 1 year ago

cc: @CherryPerry