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 4ce0039 commit 12afbc2Copy full SHA for 12afbc2
core/build.gradle.kts
@@ -225,7 +225,7 @@ idea {
225
// Modify all Jar tasks such that before running the Kotlin sources are set to
226
// the target of processKdocMain and they are returned back to normal afterwards.
227
tasks.withType<Jar> {
228
-// dependsOn(processKDocsMain)
+ dependsOn(processKDocsMain)
229
mustRunAfter(tasks.generateKeywordsSrc)
230
outputs.upToDateWhen { false }
231
0 commit comments