thana
03/24/2020, 1:53 PMtasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs += "-Xjsr305=strict"
freeCompilerArgs += "-Xopt-in=kotlinx.serialization.ImplicitReflectionSerializer"
jvmTarget = "1.8"
}
}
results in
w: Flag is not supported by this version of the compiler: -Xopt=in=kotlinx.serialization.ImplicitReflectionSerializer
?
(kotlin 1.3.61)Mike
03/24/2020, 1:55 PMthana
03/24/2020, 1:58 PMkotlin 1.3
. thank you very much!Mike
03/24/2020, 1:59 PMMike
03/24/2020, 2:00 PMilya.gorbunov
03/24/2020, 3:03 PMMike
03/24/2020, 3:24 PM