"Unresolved reference: Parcelize" after updating to Kotlin 1.3.30
I find the error
Kotlin plugin should be enabled before 'kotlin-android-extensions'
so change the order to
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
it work fine (:з」∠) 。
good luck to you.
I upgraded Kotlin plugin to latest version (1.3.61) and this error was removed.