Brais Gabin
03/24/2022, 10:32 AMhfhbd
03/24/2022, 10:55 AMrocketraman
03/24/2022, 1:26 PMkotlin.sourceSets
structure i.e. put the
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.19.0")
}
bit at the top-level of the build (also where the detekt
block goes of course).rocketraman
03/24/2022, 1:28 PMrocketraman
03/24/2022, 1:30 PMsource = files("src/jsMain/kotlin", "src/jvmMain/kotlin", ...)
Landry Norris
03/24/2022, 3:23 PM