runjorel
07/22/2019, 6:58 PM@JvmDefault
annotation. When try to add the compiler flag -Xjvm-default=enable
into tasks.withType<KotlinCompile> { kotlinOptions { ..
(Gradle Kotlin DSL) it seems to have no effect, and I still get a compiler warning saying I need to have that compiler flag turned on. Is there some where else this flag needs to be set?Casey Brooks
07/22/2019, 7:01 PMrunjorel
07/22/2019, 7:02 PM"-Xenable-jvm-default=enable"