error 3a incompatible types 3a nonexistentclass cannot be converted to annotation

Solutions on MaxInterview for error 3a incompatible types 3a nonexistentclass cannot be converted to annotation by the best coders in the world

showing results for - "error 3a incompatible types 3a nonexistentclass cannot be converted to annotation"
David
25 Jan 2017
1Ah - I found the reason. kotlin-android-extensions 
2also provides @Parcelize And I used @Parcelize for 
3classes that room processes. Adding the plugin kotlin-parcelize 
4solves the problem