What in the world would cause “unresolved referenc...
# announcements
t
What in the world would cause “unresolved reference: kotlinx” and “unresolved reference: list” to start appearing?
k
missing android-extensions
t
Excellent, thank you. Not sure why it was missing in the first place considering it was compiling fine a week ago…
And now it’s complaining about Dex bytecode… does Kotlin 1.1 need Java 1.8 for Android or something?
k
does your dependencies block contain kotlin-stdlib-jre8?
t
Nope.
k
if yes, replace it with kotlin-stdlib-jre7
t
I do have a plugin with JRE8 compatibility but it had that a week ago when things were fine as well…
k
you should probably ask in #android
t
Thanks, will do.