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 b8ab3e8 commit 041aa85Copy full SHA for 041aa85
build-logic/convention/src/main/kotlin/com/pxddy/simpleviewbinding/buildlogic/common/Version.kt
@@ -17,13 +17,13 @@ object Version {
17
18
object Sdk {
19
const val min = 21
20
- const val target = 34
21
- const val compile = 34
+ const val target = 35
+ const val compile = 35
22
}
23
24
object Java {
25
- val version = JavaVersion.VERSION_11
26
- val jvmTarget = JvmTarget.JVM_11
+ val version = JavaVersion.VERSION_21
+ val jvmTarget = JvmTarget.JVM_21
27
val languageVersion: JavaLanguageVersion = JavaLanguageVersion.of(version.majorVersion)
28
29
-}
+}
0 commit comments