We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f34ecf commit dc2e32dCopy full SHA for dc2e32d
1 file changed
build.gradle.kts
@@ -1,20 +1,21 @@
1
plugins {
2
id("java")
3
- id("org.jetbrains.kotlin.jvm") version "1.7.20"
4
- id("org.jetbrains.intellij") version "1.13.1"
+ id("org.jetbrains.kotlin.jvm") version "1.9.21"
+ id("org.jetbrains.intellij") version "1.17.2"
5
}
6
7
group = "com.wonddak"
8
-version = "1.1.0"
+version = "1.1.1"
9
10
repositories {
11
mavenCentral()
12
13
14
// Configure Gradle IntelliJ Plugin
15
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
16
+// And Read : https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html#2023
17
intellij {
- version.set("2022.2.4")
18
+ version.set("2023.1.5")
19
type.set("IC") // Target IDE Platform
20
21
plugins.set(listOf("android"))
0 commit comments