ViewBind Imports in Build.gradle Not Working [Kotlin] "Compile_Incremental_With_Artigact_Transform
Thanks for reading my question.
I had a perfectly running android app before I updated the sdk or gradle.
I was using
id 'kotlin-android'
id 'kotlin-android-extensions'
In my plugins section in build.gradle(:app) and it was working fine up until yesterday.
I got an error message that told me it was deprecated, so I updated to the appropriate imports to no avail
id 'kotlin-parcelize'
Did not work, I got this message
Plugin [id: 'kotlin-parcelize'] was not found in any of the following...