Update to Java 17 (#994)

This commit is contained in:
David Perez 2024-02-09 13:22:22 -06:00 committed by Álison Fernandes
parent 35151ab831
commit 9ffae32ae3

View file

@ -31,7 +31,7 @@ glide = "1.0.0-beta01"
googleServices = "4.4.1"
hilt = "2.50"
junit5 = "5.8.2"
jvmTarget = "1.8"
jvmTarget = "17"
kotlin = "1.9.21"
kotlinCompilerExtensionVersion = "1.5.7"
kotlinxCollectionsImmutable = "0.3.6"