Michał Ciołek
Results
1
comments of
Michał Ciołek
Fix for Gradle Kotlin DSL (based on @JakeWharton answer) ``` // TODO remove once https://github.com/Kotlin/kotlin-frontend-plugin/issues/141 is fixed plugins.whenPluginAdded { if (this.javaClass.name == "org.jetbrains.kotlin.gradle.frontend.FrontendPlugin") { val fixTask = tasks.register("webpack-config-fix") { this.doLast...