We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51683d8 commit 6db4331Copy full SHA for 6db4331
build.gradle.kts
@@ -4,7 +4,7 @@ import java.io.*
4
val kotlinVersion = "1.2.40"
5
6
group = "com.tang.intellij.devkt.lua"
7
-version = "v1.1-SNAPSHOT"
+version = "v1.0"
8
9
plugins {
10
java
@@ -42,7 +42,7 @@ repositories {
42
43
dependencies {
44
compileOnly(kotlin("compiler-embeddable", kotlinVersion))
45
- val version = "5a71725385"
+ val version = "efb0f52d89"
46
compileOnly(group = "com.github.ice1000.dev-kt", name = "common", version = version)
47
runtime(group = "com.github.ice1000.dev-kt", name = "swing", version = version)
48
}
0 commit comments