Sergio C.
10/11/2022, 8:36 AMYves Kalume
10/11/2022, 8:38 AMSergio C.
10/11/2022, 8:40 AMSergio C.
10/11/2022, 8:45 AMmarlonlom
10/11/2022, 2:39 PMManuel Bogner
10/11/2022, 8:18 PMid 'org.jetbrains.kotlin.android' version '1.7.20' apply false
and in app/build.grade:
kotlinCompilerExtensionVersion '1.3.2'
I also set
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '11'
}
while doing so.
Works for my tests so farSergio C.
10/11/2022, 8:22 PMSergio C.
10/11/2022, 8:23 PMManuel Bogner
10/11/2022, 8:30 PMSergio C.
10/11/2022, 8:33 PM