Set default value of releaseCoroutines in TypeSignatureMapping to true
This commit is contained in:
@@ -1241,10 +1241,6 @@ class KotlinTypeMapper @JvmOverloads constructor(
|
||||
throw IllegalStateException(generateErrorMessageForErrorType(kotlinType, descriptor))
|
||||
}
|
||||
|
||||
override fun releaseCoroutines(): Boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
override fun preprocessType(kotlinType: KotlinType): KotlinType? {
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user