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 9bd778c commit cfc07a0Copy full SHA for cfc07a0
.github/workflows/doc.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: gradle/actions/setup-gradle@v4
33
- name: Build Dokka
34
run: |
35
- ./gradlew :miuix:dokkaHtml
+ ./gradlew :miuix:dokkaGenerate
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
- name: Upload artifact
gradle.properties
@@ -6,6 +6,9 @@ org.gradle.configureondemand=true
6
# Android
7
android.useAndroidX=true
8
android.nonTransitiveRClass=true
9
+# Dokka
10
+org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
11
+org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
12
# Kotlin
13
kotlin.code.style=official
14
# MPP
0 commit comments