use newSingleThreadContext instead of mutex for token refresh
fixes #57
This commit is contained in:
@ -38,6 +38,9 @@ android {
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
kotlin.sourceSets.all {
|
||||
languageSettings.optIn("kotlin.RequiresOptIn")
|
||||
}
|
||||
}
|
||||
namespace 'org.mosad.teapod'
|
||||
}
|
||||
|
Reference in New Issue
Block a user