refactor settings behaviours

This commit is contained in:
Owen LeJeune
2023-06-12 11:27:38 -04:00
parent f36dc741e9
commit f66770ec2e
13 changed files with 347 additions and 120 deletions

View File

@@ -37,7 +37,7 @@ android {
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
useIR = true
}
buildFeatures {