[Test] Add @JvmMultifileClass to coroutine helpers files

This is needed to keep compatibility with old format, when all those
  helpers were generated dynamically on test run in one file, so
  you can reference helpers methods from java code just importing
  `helpers.CoroutineUtilKt`
This commit is contained in:
Dmitriy Novozhilov
2020-12-28 12:03:46 +03:00
committed by TeamCityServer
parent 9fd2800594
commit 726184eda9
3 changed files with 9 additions and 0 deletions
@@ -1,3 +1,6 @@
@file:JvmMultifileClass
@file:JvmName("CoroutineUtilKt")
package helpers
import kotlin.coroutines.*
@@ -1,3 +1,6 @@
@file:JvmMultifileClass
@file:JvmName("CoroutineUtilKt")
package helpers
import kotlin.coroutines.*
@@ -1,3 +1,6 @@
@file:JvmMultifileClass
@file:JvmName("CoroutineUtilKt")
package helpers
import kotlin.coroutines.*