Skip to content

Commit

Permalink
Enable grade configruation cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed Jul 15, 2024
1 parent 5d6fcb8 commit ee5cdfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
android.nonFinalResIds=true
# https://youtrack.jetbrains.com/issue/KT-58226
kapt.use.jvm.ir=false
kapt.use.jvm.ir=false
org.gradle.configuration-cache=true

0 comments on commit ee5cdfa

Please sign in to comment.