I've noticed that after implementation 'com.google.android.material:material:1.0.0-alpha3'
to my build.gradle kotlin android extensions stop working.
Imports like this import kotlinx.android.synthetic.main.<some layout>.*
became unused and all layout ids became unresolved.
I've tried to add androidExtensions {experimental = true}
to build.gradle, but it didn't help.
Has anyone faced the same issue? Is there a solution for that?
I use AS 3.2 canary 17 and kotlin 1.2.41
Update: this happens only in fragments