Added missed kotlin-reflect to nj2k testRuntime

This commit is contained in:
Vladimir Dolzhenko
2019-10-15 09:33:57 +02:00
parent b76d58de54
commit eb9875b6f5
+1
View File
@@ -39,6 +39,7 @@ dependencies {
testRuntime(project(":sam-with-receiver-ide-plugin"))
testRuntime(project(":allopen-ide-plugin"))
testRuntime(project(":noarg-ide-plugin"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":kotlinx-serialization-ide-plugin"))
}