Skip to content

Commit

Permalink
ASAA-122 - applyDefaultHierarchyTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
br-Emery committed Dec 13, 2023
1 parent cd70c11 commit d793266
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions kmp-launchpad-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ plugins {
}

kotlin {
applyDefaultHierarchyTemplate()

androidTarget {
publishAllLibraryVariants()
compilations.all {
Expand All @@ -26,7 +28,6 @@ kotlin {
).forEach {
it.binaries.framework {
baseName = "kmp-launchpad-compose"
isStatic = true
}
}

Expand Down Expand Up @@ -70,24 +71,6 @@ group = "com.github.bottlerocketstudios"
version = libs.versions.launchpad.compose.get()

publishing {
// publications {
//// register<MavenPublication>("$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"
Expand Down

0 comments on commit d793266

Please sign in to comment.