What Kotlin version will stop supporting kotlin-android-extensions / synthetics ?
π 3
l
louiscad
01/10/2022, 8:02 PM
It was planned for last september, or maybe the year was mistyped? π
e
Eric Donovan
01/31/2022, 11:29 AM
I noticed recently that synthetics stopped working in a project with compose and kotlin 1.6 (due to a bug in kotlin-android-extension that makes it somehow incompatible with compose on kotlin 1.6) https://issuetracker.google.com/issues/211475860 that bug is presumably not going to be fixed as itβs already been deprecated for a while π
π 1
o
Orhan Tozan
01/31/2022, 11:31 AM
Yep true. I migrated all of my synthetics code to findViewById and Viewbinding