Skip to content

Commit

Permalink
Merge pull request #1 from Vaibhav2002/main
Browse files Browse the repository at this point in the history
Fix: Gradle Sync Fail
  • Loading branch information
LaatonWalaBhoot committed Jan 12, 2024
2 parents ad58b72 + f549f93 commit 723becd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
9 changes: 4 additions & 5 deletions crux-kmp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin {
}
}
}

listOf(
iosX64(),
iosArm64(),
Expand All @@ -24,13 +24,12 @@ kotlin {
}

sourceSets {
commonMain.dependencies {
commonMain{
dependencies {
implementation(libs.ktor.client.core)
implementation(libs.ksoup)
implementation(libs.klaxon)
}
commonTest.dependencies {
implementation(libs.kotlin.test)
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ espressoCore = "3.0.2"
appcompatV7 = "28.0.0"
ksoup = "0.0.6"
ktor = "2.3.6"
klaxon = "5.6"
klaxon = "5.5"

[libraries]
kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ dependencyResolutionManagement {
rootProject.name = "crux"
include(":crux")
include(":crux-kmp")
include(":crux-kmp")
include(":crux-kmp")
include(":crux-kmp")

0 comments on commit 723becd

Please sign in to comment.