Cannot inline bytecode built with JVM target 17 into bytecode nightstar 2023-10-23 603 阅读1分钟 问题 Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 11. Please specify proper '-jvm-target' option 解决方法 升级kotlin到1.9.0 升级jdk到17 kotlin-maven-plugin 修改jvmTarget