Skip to content

Commit

Permalink
Merge pull request #225 from Kaaveh/debug/build_issue
Browse files Browse the repository at this point in the history
debug/build_issue
  • Loading branch information
VahidGarousi authored Sep 18, 2024
2 parents 5ba1951 + 53e6347 commit 3a92240
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ plugins {
}
}

gradle.startParameter.excludedTaskNames.addAll(listOf(":build-logic:convention:testClasses"))

// Run it with: gradle assembleRelease -PcomposeCompilerReports=true
subprojects {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache=false
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ androidGradlePlugin = "8.6.0"

ktx = "1.13.1"

composeBOM = "2024.09.00"
composeBOM = "2024.09.01"
composeActivity = "1.9.2"
composeCoil = "2.6.0"
composeCoil = "2.7.0"
composeMaterial3 = "1.3.0"

detekt = "1.23.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fun MarketItem(
}
},
positionalThreshold = { positionalThreshold },
initialValue = SwipeToDismissBoxValue.EndToStart
initialValue = SwipeToDismissBoxValue.EndToStart,
)

if (showFavoriteList) {
Expand Down

0 comments on commit 3a92240

Please sign in to comment.