Skip to content

Commit

Permalink
Add JVM build targets (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Sep 30, 2023
1 parent 7611a77 commit 3499a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ kotlin {
jvmToolchain(17)
explicitApi()

jvm()
androidTarget {
publishLibraryVariants("release")
}
Expand Down
1 change: 1 addition & 0 deletions material3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ kotlin {
jvmToolchain(17)
explicitApi()

jvm()
androidTarget {
publishLibraryVariants("release")
}
Expand Down

0 comments on commit 3499a60

Please sign in to comment.