Skip to content

Commit

Permalink
feat: dokka setting test
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Sep 10, 2024
1 parent a3ac906 commit c215aa9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 파일 경로명
name: release

# 언제 실행될 것인지
on:

# push:
# branches: [ main ]

# 실행할 job
jobs:
runs-on: ubuntu-latest

steps:
- run: ./gradlew dokkaHtml
1 change: 1 addition & 0 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.jetbrains.kotlin.android)
alias(libs.plugins.jetbrains.dokka)
}

android {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ androidx-foundation-android = { group = "androidx.compose.foundation", name = "f
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
android-library = { id = "com.android.library", version.ref = "agp" }

jetbrains-dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }

0 comments on commit c215aa9

Please sign in to comment.