I tried getting this set up but it doesnt recognize the import
import kotlinx.android.parcel.Parcelize
Is there something else that needs to be set up?
this is the correct order for the plugins
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
i had it in reverse which is why it wasnt working
I tried getting this set up but it doesnt recognize the import
import kotlinx.android.parcel.Parcelize
Is there something else that needs to be set up?
so i figured it out
this is the correct order for the plugins
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
i had it in reverse which is why it wasnt working
Sorry for not being able to promptly reply. I am glad you figured it out. And the order matters and that is the right order.