Skip to content

Commit

Permalink
Remove jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Sep 29, 2023
1 parent 739d035 commit 7d87daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
android.enableJetifier=true
android.enableR8.fullMode=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ViewModelTests {
@Test
fun ensureViewModelsHaveViewModelSuffix() {
Konsist.scopeFromProject().classes().withAllParentsOf(ViewModel::class).assert {
it.name.endsWith("ViewModell")
it.name.endsWith("ViewModel")
}
}
}

0 comments on commit 7d87daa

Please sign in to comment.