Fix bridge methods generation when inline class types are used
This commit is contained in:
@@ -38,4 +38,4 @@ fun KotlinType.isNullableUnderlyingType(): Boolean {
|
||||
val underlyingType = unsubstitutedUnderlyingType() ?: return false
|
||||
|
||||
return TypeUtils.isNullableType(underlyingType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user