hfhbd
08/26/2021, 8:21 AMcompileProductionLibraryKotlinJs --debug -Pkotlin.verbose=true
does not print any (useful) compiler outputs in Gradlembonnin
08/26/2021, 11:59 AMtasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-verbose"
}
?