What Kotlin version will stop supporting kotlin-an...
# android
o
What Kotlin version will stop supporting kotlin-android-extensions / synthetics ?
👀 3
l
It was planned for last september, or maybe the year was mistyped? 😄
e
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
Yep true. I migrated all of my synthetics code to findViewById and Viewbinding