Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:develop' into test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
xteamlyer authored Jul 30, 2024
2 parents f33e811 + ae994fb commit fba1dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0" apply false
id("com.google.devtools.ksp") version "2.0.0-1.0.23" apply false
id("com.google.devtools.ksp") version "2.0.0-1.0.24" apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false
id("app.cash.licensee") version "1.11.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
Expand All @@ -31,7 +31,7 @@ allprojects {
target("src/**/*.kt")
ktlint().customRuleSets(
listOf(
"io.nlopez.compose.rules:ktlint:0.4.5",
"io.nlopez.compose.rules:ktlint:0.4.7",
),
).editorConfigOverride(
mapOf(
Expand Down

0 comments on commit fba1dad

Please sign in to comment.