Skip to content

Commit

Permalink
Address a couple of comments on the PR
Browse files Browse the repository at this point in the history
- Incremental annotation processing is now enabled by default
- Too many kts in "build.gradle.kts.kts.kts".
  • Loading branch information
pfmaggi committed Jan 2, 2020
1 parent 7a595ff commit d416128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.kts.kts.kts.
# proguardFiles setting in build.gradle.kts.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
Expand Down
7 changes: 2 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=true

## Use kapt incremental
#kapt.incremental.apt=true
#
## Use kapt in parallel
#kapt.use.worker.api=true
# Use kapt incremental
kapt.incremental.apt=true

# Kapt compile avoidance
kapt.include.compile.classpath=false
Expand Down

0 comments on commit d416128

Please sign in to comment.