liinahamari / Follower

Follower - background movement tracker with OpenStreetMap (osmdroid) used for observing tracks
MIT License
2 stars 2 forks source link

Migrate from kotlinx.synthetic to ViewBinding #27

Closed liinahamari closed 2 years ago

liinahamari commented 2 years ago

Kotlin Android Extensions is deprecated, which means that using Kotlin synthetics for view binding is no longer supported. If your app uses Kotlin synthetics for view binding, use this guide to migrate to Jetpack view binding.