Skip to content

Commit

Permalink
publish Android
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 15, 2024
1 parent 482b6c9 commit fb0c406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build-logic/src/main/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ private fun Project.configureKotlin() {
private fun Project.configureKMP() {
(extensions.getByName("kotlin") as KotlinMultiplatformExtension).apply {
applyDefaultHierarchyTemplate()
androidTarget()
androidTarget {
publishLibraryVariants("release")
}
iosX64()
iosArm64()
iosSimulatorArm64()
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ include(
":sample-app-android",
":sample-app-shared",
)

//includeBuild("../librarian")

0 comments on commit fb0c406

Please sign in to comment.