flipperdevices / Flipper-Android-App

Android Mobile app to rule all Flipper's family
https://forum.flipperzero.one/c/mobile/14
MIT License
1.5k stars 172 forks source link

Update to Kotlin 2.0 #868

Closed LionZXY closed 2 months ago

LionZXY commented 4 months ago

Background

Kotlin 2.0 is the next generation of Kotlin language development. The transition to it should be smooth, but we are using compiler plugins and there may be problems because of that More info: https://github.com/square/anvil/issues/733

Changes

Test plan

Try to build app

LionZXY commented 4 months ago

Waiting for a fix: https://github.com/gradle/gradle/issues/27099