Extract daemon tests to separate module

This commit is contained in:
Ilya Chernikov
2020-04-20 12:23:16 +02:00
parent 86d47b496b
commit ec64869d39
11 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
description = "Kotlin Daemon New"
description = "Kotlin Daemon"
plugins {
kotlin("jvm")