Answers for "error: incompatible types: NonExistentClass cannot be converted to Annotation"

0

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
Posted by: Guest on June-11-2021

Code answers related to "error: incompatible types: NonExistentClass cannot be converted to Annotation"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language