We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530e29f commit 871bc4eCopy full SHA for 871bc4e
template/androidApp/build.gradle.kts
@@ -45,7 +45,6 @@ android {
45
freeCompilerArgs = freeCompilerArgs + listOf(
46
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
47
)
48
- jvmTarget = JavaVersion.VERSION_11.toString()
49
}
50
51
kotlin {
template/lint-checks/build.gradle.kts
@@ -4,8 +4,8 @@ plugins {
4
5
6
java {
7
- sourceCompatibility = JavaVersion.VERSION_1_8
8
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
9
10
11
dependencies {
0 commit comments