boils down to a compiler error: ```Caused by: java...
# announcements
k
boils down to a compiler error:
Copy code
Caused by: java.lang.UnsupportedOperationException: Cannot inline bytecode of class com/foo/bar/util/MiloExtensionsKt which has version 52. This compiler can only inline Java 1.6 bytecode (version 50)
        at org.jetbrains.kotlin.codegen.inline.InlineCodegenUtil.assertVersionNotGreaterThanGeneratedOne(InlineCodegenUtil.java:155)
        at org.jetbrains.kotlin.codegen.inline.InlineCodegenUtil$1.visit(InlineCodegenUtil.java:106)