File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11@file:Suppress(" UnstableApiUsage" )
22
3+ import org.jetbrains.dokka.gradle.DokkaTask
4+
35buildscript {
46 repositories {
57 mavenCentral()
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ tasks.withType<KotlinCompile> {
144144
145145tasks.withType<AbstractDokkaLeafTask > {
146146 dokkaSourceSets {
147- create( " jupyter " ) {
147+ all {
148148 sourceRoot(preprocessMain.target.get())
149149 }
150150 }
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ tasks.withType<KotlinCompile> {
143143
144144tasks.withType<AbstractDokkaLeafTask > {
145145 dokkaSourceSets {
146- create( " kotlin-spark-api " ) {
146+ all {
147147 sourceRoot(preprocessMain.target.get())
148148 }
149149 }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ tasks.withType<KotlinCompile> {
4848
4949tasks.withType<AbstractDokkaLeafTask > {
5050 dokkaSourceSets {
51- create( " scala-tuples-in-kotlin " ) {
51+ all {
5252 sourceRoot(
5353 kotlin.sourceSets
5454 .main.get()
You can’t perform that action at this time.
0 commit comments