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 ecf8d63 commit 605cca4Copy full SHA for 605cca4
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
// Custom plugin for building all the themes
9
id("doki-theme-plugin")
10
// Kotlin support
11
- kotlin("jvm") version "1.8.10"
+ kotlin("jvm") version "1.9.22"
12
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
13
id("org.jetbrains.intellij") version "1.16.1"
14
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
buildSrc/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
3
`kotlin-dsl`
4
}
5
0 commit comments