diff --git a/kmp-launchpad-compose/build.gradle.kts b/kmp-launchpad-compose/build.gradle.kts index ab9971b..65e065f 100644 --- a/kmp-launchpad-compose/build.gradle.kts +++ b/kmp-launchpad-compose/build.gradle.kts @@ -10,6 +10,8 @@ plugins { } kotlin { + applyDefaultHierarchyTemplate() + androidTarget { publishAllLibraryVariants() compilations.all { @@ -26,7 +28,6 @@ kotlin { ).forEach { it.binaries.framework { baseName = "kmp-launchpad-compose" - isStatic = true } } @@ -70,24 +71,6 @@ group = "com.github.bottlerocketstudios" version = libs.versions.launchpad.compose.get() publishing { -// publications { -//// register("$name-release") { -//// artifactId = name.lowercase() -//// from(components["kotlin"]) -//// -//// pom { -//// description = "Compose components for Launchpad" -//// -//// licenses { -//// license { -//// name = "The Apache License, Version 2.0" -//// url = "http://www.apache.org/licenses/LICENSE-2.0.txt" -//// } -//// } -//// } -// } -// } - repositories { maven { name = "GitHubPackages"