`java.lang.ClassCastException: service.CityName ca...
# announcements
m
java.lang.ClassCastException: service.CityName cannot be cast to java.lang.String
in Kotlin 1.3.10 with inline classes. I heard this is resolved but that Kotlin update isn't released yet. When will it be released? Or can I use the dev build with Gradle somehow? 🙂
k
When does that error happen?
m
when calling generic code (
inline reified
)
I could test it with latest dev and if it still happens isolate it