Tóth István Zoltán
05/28/2024, 5:44 AMINLINE_FROM_HIGHER_PLATFORM
.
• Works without problem with 1.9.24.
• There is no warning in application level code.
• The part that fails is not processed by the compiler plugin.
• I've checked and I should be on Java 11 everywhere (is there a way to check that somehow).
Is there something I have to change in the project config avoid this error?dmitriy.novozhilov
05/28/2024, 6:03 AMTóth István Zoltán
05/28/2024, 7:50 AMdefaultDirectives{
JvmEnvironmentConfigurationDirectives.JVM_TARGET with JvmTarget.JVM_11
}