You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e: file:///Users/chuck/Projects/codeflix-android/app/src/main/java/com/topenddevs/topenddevs/NavMenuComponent.kt:27:28 Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
I've imported dev.hotwire.strada.Message
private fun renderMenu(message: Message) {
val data = message.?data<MessageData>() // <-- Compile error happens here on the ?.data
val items = data!!.items
items.forEach {
addMenuItem(it)
}
}
The text was updated successfully, but these errors were encountered:
e: file:///Users/chuck/Projects/codeflix-android/app/src/main/java/com/topenddevs/topenddevs/NavMenuComponent.kt:27:28 Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
I've imported
dev.hotwire.strada.Message
The text was updated successfully, but these errors were encountered: