Archived
1
0
Fork 0

Add ticker for suspending coroutines for a specific amount of ticks

This commit is contained in:
Moritz Ruth 2020-09-07 00:17:55 +02:00
parent 0725df25c8
commit 058c3b19be
No known key found for this signature in database
GPG key ID: AFD57E23E753841B
13 changed files with 96 additions and 19 deletions

View file

@ -41,6 +41,9 @@ dependencies {
tasks {
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.freeCompilerArgs = listOf(
"-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
)
}
compileTestKotlin {