Enable configuration cache & gradle enterprise
This commit is contained in:
parent
2423822615
commit
bc83f0a497
3 changed files with 20 additions and 2 deletions
|
@ -73,7 +73,10 @@ android {
|
|||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
configurations.all {
|
||||
resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue