We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77583b3 commit bf8955dCopy full SHA for bf8955d
build.gradle.kts
@@ -36,9 +36,11 @@ fun Project.configureBuildAndTestTask(
36
37
tasks.register(taskName) {
38
doLast {
39
+ val gradleCommand = getGradleCommand(platform)
40
project.exec {
- val gradleCommand = getGradleCommand(platform)
41
commandLine(gradleCommand, "spotlessCheck")
42
+ }
43
+ project.exec {
44
when (moduleType) {
45
ModuleType.MULTIPLATFORM -> {
46
multiPlatformModules.forEach { module ->
0 commit comments