Skip to content

Commit

Permalink
- revert dokka as it runs into OOM issues on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 1, 2024
1 parent 7ef8880 commit 4bf25f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ allprojects {
tasks.withType<DokkaMultiModuleTask>().configureEach {
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:dokkaHtmlPartial"))
addSubprojectChildTasks(":plugin-build:build:dokkaHtmlPartial")
}

dokka {
dokkaGeneratorIsolation = ClassLoaderIsolation()
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

android.suppressUnsupportedCompileSdk=34
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ targetSdk = "35"
# build
gradleBuild = "8.7.2"
# kotlin
dokka = "2.0.0-Beta"
dokka = "1.9.20"
kotlinCore = { require = "2.0.21" }
kotlinCoroutines = { require = "1.9.0" }
kotlinxSerialization = "1.7.1"
Expand Down

0 comments on commit 4bf25f9

Please sign in to comment.