Devin Fee
02/16/2021, 7:47 PMkotlinOptions.jvmTarget
to JavaVersion.VERSION_1_8
or JavaVersion.VERSION_15
– assuming i’m using Java 15?
• (1.4.20 release notes where support for 15 was added)
• (jvmTarget documentation)
will my code run in an optimized manner – as it can take advantage of newer JDK features, etc?ephemient
02/16/2021, 7:50 PMephemient
02/16/2021, 7:51 PMfreeCompilerArgs += "-Xstring-concat=..."
anyhowDevin Fee
02/16/2021, 7:53 PMjvmTarget
we should select. i’m struggling to understand how to make this decision.Devin Fee
02/16/2021, 7:53 PMephemient
02/16/2021, 7:56 PMDevin Fee
02/16/2021, 7:57 PMephemient
02/16/2021, 7:57 PM@JvmDefault
+ delegation behavior, so I wouldn't go below that unless you need to run on older JREsephemient
02/16/2021, 7:57 PM