gradle: Bump all plugins to latest stable version
* Also set jvmToolchain using kotlin block Ref: https://developer.android.com/build/jdks#toolchain Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -31,10 +31,8 @@ plugins {
|
|||||||
id("dev.rikka.tools.refine")
|
id("dev.rikka.tools.refine")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
kotlin {
|
||||||
toolchain {
|
jvmToolchain(17)
|
||||||
languageVersion.set(JavaLanguageVersion.of(17))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
@@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.1.1" apply false
|
id("com.android.application") version "8.1.1" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
|
||||||
id("org.jetbrains.kotlin.plugin.parcelize") version "1.9.0" apply false
|
id("org.jetbrains.kotlin.plugin.parcelize") version "1.9.10" apply false
|
||||||
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
|
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
|
||||||
id("androidx.navigation.safeargs.kotlin") version "2.6.0" apply false
|
id("androidx.navigation.safeargs.kotlin") version "2.6.0" apply false
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "11.4.0" apply false
|
id("org.jlleitschuh.gradle.ktlint") version "11.6.0" apply false
|
||||||
id("dev.rikka.tools.refine") version "4.3.0" apply false
|
id("dev.rikka.tools.refine") version "4.3.0" apply false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user