use newSingleThreadContext instead of mutex for token refresh

fixes #57
This commit is contained in:
2022-05-20 15:07:07 +02:00
parent ef9a0f00d0
commit bc5509cf93
2 changed files with 6 additions and 5 deletions

View File

@ -38,6 +38,9 @@ android {
}
kotlinOptions {
jvmTarget = '1.8'
kotlin.sourceSets.all {
languageSettings.optIn("kotlin.RequiresOptIn")
}
}
namespace 'org.mosad.teapod'
}