Skip to content

Commit b13187c

Browse files
authored
Kotlin DSL - 'swing' (#1943)
1 parent 2a26fe7 commit b13187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/kotlinx-coroutines-swing/build.gradle renamed to ui/kotlinx-coroutines-swing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
*/
44

55
dependencies {
6-
testCompile project(':kotlinx-coroutines-jdk8')
6+
testCompile(project(":kotlinx-coroutines-jdk8"))
77
}

0 commit comments

Comments
 (0)