Skip to content

Commit

Permalink
Merge pull request #30 from MohamedRejeb/0.x
Browse files Browse the repository at this point in the history
Update workflow and fix build
  • Loading branch information
MohamedRejeb committed Dec 2, 2023
2 parents b612be4 + 3c040de commit 7147df9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.multiplatform).apply(false)
alias(libs.plugins.androidLibrary).apply(false)
alias(libs.plugins.kotlinx.kover).apply(false)
}

Expand Down
18 changes: 0 additions & 18 deletions ksoup-entities/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
plugins {
alias(libs.plugins.multiplatform)
alias(libs.plugins.androidLibrary)
id("module.publication")
}

kotlin {
applyDefaultHierarchyTemplate()
explicitApi()

androidTarget {
publishLibraryVariants("release")
compilations.all {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
androidNativeArm32()
androidNativeArm64()
androidNativeX86()
Expand Down Expand Up @@ -64,13 +55,4 @@ kotlin {
}
}
}
}

android {
namespace = "com.mohamedrejeb.ksoup.entities"
compileSdk = libs.versions.android.compileSdk.get().toInt()

defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
}
}
18 changes: 0 additions & 18 deletions ksoup-html/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.multiplatform)
alias(libs.plugins.androidLibrary)
id("module.publication")
}

Expand All @@ -9,14 +8,6 @@ kotlin {

explicitApi()

androidTarget {
publishLibraryVariants("release")
compilations.all {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
androidNativeArm32()
androidNativeArm64()
androidNativeX86()
Expand Down Expand Up @@ -66,13 +57,4 @@ kotlin {
}
}
}
}

android {
namespace = "com.mohamedrejeb.ksoup.html"
compileSdk = libs.versions.android.compileSdk.get().toInt()

defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
}
}

0 comments on commit 7147df9

Please sign in to comment.