We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c0028 commit aa100eaCopy full SHA for aa100ea
build.gradle
@@ -170,11 +170,10 @@ configure(subprojects.findAll { !unpublished.contains(it.name) }) {
170
171
if (platform == "jvm") {
172
dokkaJavadoc.dependsOn project(":$coroutines_core").dokka
173
-
174
- tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
+ // dump declarations from main JVM module for binary-compatibility-validator
+ compileKotlin {
175
kotlinOptions.freeCompilerArgs += ["-Xdump-declarations-to=${buildDir}/visibilities.json"]
176
}
177
178
179
180
0 commit comments