Skip to content

Commit dc2e32d

Browse files
author
정원희 Service Development Team
committed
migration version
1 parent 5f34ecf commit dc2e32d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
plugins {
22
id("java")
3-
id("org.jetbrains.kotlin.jvm") version "1.7.20"
4-
id("org.jetbrains.intellij") version "1.13.1"
3+
id("org.jetbrains.kotlin.jvm") version "1.9.21"
4+
id("org.jetbrains.intellij") version "1.17.2"
55
}
66

77
group = "com.wonddak"
8-
version = "1.1.0"
8+
version = "1.1.1"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
// Configure Gradle IntelliJ Plugin
1515
// 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
1617
intellij {
17-
version.set("2022.2.4")
18+
version.set("2023.1.5")
1819
type.set("IC") // Target IDE Platform
1920

2021
plugins.set(listOf("android"))

0 commit comments

Comments
 (0)