coroutine debugger logic moved to jvm-debugger-coroutine module
This commit is contained in:
committed by
Vladimir Ilmov
parent
b1b0817336
commit
e570450c59
@@ -9,6 +9,7 @@ dependencies {
|
||||
testCompile(project(":idea:jvm-debugger:jvm-debugger-core"))
|
||||
testCompile(project(":idea:jvm-debugger:jvm-debugger-evaluation"))
|
||||
testCompile(project(":idea:jvm-debugger:jvm-debugger-sequence"))
|
||||
testCompile(project(":idea:jvm-debugger:jvm-debugger-coroutine"))
|
||||
testCompile(project(":compiler:backend"))
|
||||
testCompile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
|
||||
Reference in New Issue
Block a user