You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*reportUndocumented=*/false, /* changed because of exception in reportUndocumentedTransformer - there's 'when' which doesnt match because it contains only KotlinVisbility cases */
40
39
/*skipEmptyPackages=*/false, // Now all our packages are empty from dokka perspective
41
40
/*skipDeprecated=*/true,
42
41
/*jdkVersion=*/8,
43
42
/*sourceLinks=*/ sourceLinks.asJava,
44
-
/*perPackageOptions=*/Nil.asJava,
45
-
/*externalDocumentationLinks=*/Set().asJava,
43
+
/*perPackageOptions=*/JList(),
44
+
/*externalDocumentationLinks=*/JSet(),
46
45
/*languageVersion=*/null,
47
46
/*apiVersion=*/null,
48
47
/*noStdlibLink=*/true,
49
48
/*noJdkLink=*/true,
50
-
/*suppressedFiles=*/Set().asJava,
49
+
/*suppressedFiles=*/JSet(),
51
50
/*suppressedFiles=*/Platform.jvm
52
-
).asInstanceOf[DokkaConfiguration.DokkaSourceSet] // Why I do need to cast here? Kotlin magic?
51
+
).asInstanceOf[DokkaSourceSet] // Why I do need to cast here? Kotlin magic?
0 commit comments