Add ticker for suspending coroutines for a specific amount of ticks
This commit is contained in:
parent
0725df25c8
commit
058c3b19be
13 changed files with 96 additions and 19 deletions
|
@ -41,6 +41,9 @@ dependencies {
|
|||
tasks {
|
||||
compileKotlin {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
kotlinOptions.freeCompilerArgs = listOf(
|
||||
"-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
|
||||
)
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
|
|
Reference in a new issue