Skip to content

Commit

Permalink
Bump konsist to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 28, 2024
1 parent 68cd574 commit 2d010b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependency-versions = "0.51.0"
detekt = "1.23.7"
jodatime = "2.13.0"
kermit = "2.0.5"
konsist = "0.16.1"
konsist = "0.17.0"
ktfmt = "0.21.0"
leakcanary = "2.14"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class DataClassTest {
Konsist.scopeFromProject()
.classes(includeNested = true)
.withDataModifier()
.properties(includeNested = false)
.assertFalse { it.hasVarModifier }
.properties(includeNested = true)
.assertFalse { it.isVar }
}

0 comments on commit 2d010b3

Please sign in to comment.