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 d2ee3ed commit 314a8e1Copy full SHA for 314a8e1
build.gradle.kts
@@ -6,11 +6,6 @@ plugins {
6
id("org.jetbrains.dokka")
7
}
8
9
-// workaround for https://github.com/Kotlin/dokka/issues/3903 from https://github.com/Kotlin/dokka/issues/2260 TODO remove when it's fixed
10
-repositories {
11
- mavenCentral()
12
-}
13
-
14
dependencies {
15
listOf(
16
"compose-html-common",
settings.gradle.kts
@@ -5,3 +5,11 @@ include("compose-html-material-legacy")
5
include("compose-html-material3")
include("gradle-plugins")
project(":gradle-plugins").name = "compose-html-material-gradle-plugins-legacy"
+
+// for Dokka
+@Suppress("UnstableApiUsage")
+dependencyResolutionManagement {
+ repositories {
+ mavenCentral()
+ }
+}
0 commit comments