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 5c4d011 commit 94f3ed6Copy full SHA for 94f3ed6
compose/build.gradle
@@ -38,8 +38,8 @@ android {
38
}
39
40
compileOptions {
41
- sourceCompatibility JavaVersion.VERSION_1_8
42
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
43
44
45
kotlinOptions {
core/build.gradle
@@ -17,8 +17,8 @@ publishing {
17
18
19
java {
20
- sourceCompatibility = JavaVersion.VERSION_1_7
21
- targetCompatibility = JavaVersion.VERSION_1_7
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
22
23
24
dependencies {
0 commit comments