Compile multiplatform projects with daemon

This commit is contained in:
Alexey Tsvetkov
2016-12-18 11:21:36 +03:00
parent d303bdaa0e
commit 69e8cf6a25
7 changed files with 34 additions and 25 deletions
@@ -31,7 +31,8 @@ interface CompileService : Remote {
enum class TargetPlatform : Serializable {
JVM,
JS
JS,
METADATA
}
companion object {