DEV Community

Discussion on: Parcelize in Android using kotlin-android-extensions

Collapse
 
lawloretienne profile image
Etienne Lawlor

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

Collapse
 
bigyan4424 profile image
Bigyan Thapa

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.