error: incompatible types: NonExistentClass cannot be converted to Annotation
Ah-I found the reason. kotlin-android-extensions
also provides@ParcelizeAndI used @Parcelizefor
classes that room processes. Adding the plugin kotlin-parcelize
solves the problem