Marek Kubiczek
03/31/2023, 5:04 PM-release option for the java compiler is there an equivalent for Kotlin compiler?tapchicoma
03/31/2023, 7:49 PMjvmTarget to JvmTarget.JVM_1_8 in the module where you want to have java8 bytecode. It should override target from toolchainMarek Kubiczek
03/31/2023, 7:49 PMtapchicoma
03/31/2023, 7:55 PM-Xjdk-release argument - probably that is what you are looking forMarek Kubiczek
03/31/2023, 7:57 PM