Enable desugaring

This commit is contained in:
Kirill Kamakin
2022-06-13 20:33:18 +02:00
parent 67841d6e34
commit 0d52f77ab7
2 changed files with 9 additions and 0 deletions

View File

@@ -117,4 +117,7 @@ ext {
// https://github.com/ChuckerTeam/chucker/releases
chucker_version = "3.5.2"
// https://developer.android.com/studio/write/java8-support#library-desugaring
desugar_version = "1.1.5"
}