kotlin-synthetics-migrator icon indicating copy to clipboard operation
kotlin-synthetics-migrator copied to clipboard

Doesent work on newer Android Studio versions - heres how I worked around it

Open nordfalk opened this issue 1 year ago • 0 comments

Thanks for a great plugin, that saved my life :-)

I had to:

  • download 'Android Studio Dolphin | 2021.3.1 Canary 1 January 31, 2022' from https://developer.android.com/studio/archive
  • downgrade to kotlin_version = '1.6.10'
  • downgrade to distributionUrl=https://services.gradle.org/distributions/gradle-7.0.2-all.zip
  • downgrade to JDK 11 to get it working

It took a day to get it working

But it saved many days of migration to findViewById, and it saved my app from being even more cluttered with viewbinding code. thanks :+1:

nordfalk avatar Jul 19 '23 09:07 nordfalk