Skip to content

Commit

Permalink
Merge branch 'DRSchlaubi-feature/compose' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 18, 2023
2 parents 7ccfbd1 + 77469d9 commit a539790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aboutlibraries-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ kotlin {
publishLibraryVariants("release")
}

js(IR) {
browser()
}

iosX64()
iosArm64()
iosSimulatorArm64()
Expand Down
2 changes: 1 addition & 1 deletion aboutlibraries-compose/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=AboutLibraries Library
POM_DESCRIPTION=AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.
POM_ARTIFACT_ID=aboutlibraries-compose
POM_ARTIFACT_ID=aboutlibraries-compose

0 comments on commit a539790

Please sign in to comment.