File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -20,27 +20,6 @@ dokka {
2020 path = kotlin. sourceSets. commonMain. kotlin. srcDirs[0 ]
2121 platforms = [" Common" ]
2222 }
23- if (kotlin. sourceSets. getNames(). contains(" jvmMain" )) {
24- sourceRoot {
25- // assuming there is only a single source dir...
26- path = kotlin. sourceSets. jvmMain. kotlin. srcDirs[0 ]
27- platforms = [" JVM" ]
28- }
29- }
30- if (kotlin. sourceSets. getNames(). contains(" jsMain" )) {
31- sourceRoot {
32- // assuming there is only a single source dir...
33- path = kotlin. sourceSets. jsMain. kotlin. srcDirs[0 ]
34- platforms = [" js" ]
35- }
36- }
37- if (kotlin. sourceSets. getNames(). contains(" nativeMain" )) {
38- sourceRoot {
39- // assuming there is only a single source dir...
40- path = kotlin. sourceSets. nativeMain. kotlin. srcDirs[0 ]
41- platforms = [" native" ]
42- }
43- }
4423}
4524
4625def isReleaseBuild () {
You can’t perform that action at this time.
0 commit comments