Skip to content

Commit

Permalink
Remove explicit configuration of room.incremental property
Browse files Browse the repository at this point in the history
Incremental annotation processing is enabled by default:
https://developer.android.com/jetpack/androidx/releases/room#compiler-options
  • Loading branch information
3flex committed Sep 1, 2024
1 parent c92602c commit fe3eca0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ android {
}
}

ksp {
arg("room.incremental", "true")
}

dependencies {
val proprietaryImplementation by configurations

Expand Down

0 comments on commit fe3eca0

Please sign in to comment.