uhe
05/15/2019, 8:55 AMkotlinOptions
in a multiplatform lib project. As per the docs I added this to the kotlin
section in the lib's `build.gradle`:
targets.all {
compilations.all {
kotlinOptions {
suppressWarnings = true // just to see if it's applied
}
}
}
But it does not work (warnings are still displayed in the IDE). Anybody else having issues with these compiler options? I'm using IntelliJ Idea 2019.1.2 and gradle 5.1.1uhe
05/15/2019, 8:57 AMAlexey Belkov [JB]
06/01/2019, 8:40 AMuhe
06/03/2019, 11:17 AM