spand
02/08/2021, 1:36 PMkotlinOptions in gradle for sourcesets other than main and test ? I have problems setting the `languageVersion`/`apiVersion` for my testFixtures sourcesetAli Albaali
02/08/2021, 2:03 PMtasks.withType<KotlinCompile>{
kotlinOptions{
//...
}
}spand
02/08/2021, 2:23 PM