Skip to content

Commit

Permalink
Fixed Android publishing of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jan 20, 2024
1 parent 6c8f0f9 commit 0b0342d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parcelable-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ version = LibraryConstants.versionName
kotlin {
applyDefaultHierarchyTemplate()

androidTarget()
androidTarget {
publishAllLibraryVariants()
}

jvm()

Expand Down

0 comments on commit 0b0342d

Please sign in to comment.