We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a26fe7 commit b13187cCopy full SHA for b13187c
ui/kotlinx-coroutines-swing/build.gradle renamed to ui/kotlinx-coroutines-swing/build.gradle.kts
@@ -3,5 +3,5 @@
3
*/
4
5
dependencies {
6
- testCompile project(':kotlinx-coroutines-jdk8')
+ testCompile(project(":kotlinx-coroutines-jdk8"))
7
}
0 commit comments