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