You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,7 +174,7 @@ public fun SerializersModule.serializer(
174
174
* Variance of [type]'s arguments is not used by the serialization and is not taken into account.
175
175
* Star projections in [type]'s arguments are prohibited.
176
176
*
177
-
* @returns [KSerializer] for the given [type] or `null` if serializer cannot be created (given [type] or its type argument is not serializable and is not registered in [this] module).
177
+
* @return [KSerializer] for the given [type] or `null` if serializer cannot be created (given [type] or its type argument is not serializable and is not registered in [this] module).
178
178
* @throws IllegalArgumentException if any of [type]'s arguments contains star projection
0 commit comments