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
Similarly to the issue #676, we want to provide only constructors for creating an instance of the EmailAddress type in a natural way. These constructors should be available for all Kotlin platforms and Java.
Here's the Application Programming Interface (API) goal for this issue:
π Description
Similarly to the issue #676, we want to provide only constructors for creating an instance of the
EmailAddress
type in a natural way. These constructors should be available for all Kotlin platforms and Java.Here's the Application Programming Interface (API) goal for this issue:
These constructors should replace all factory functions introduced previously for the
EmailAddress
type.β Checklist
constructor(Any)
function with tests, documentation and samples.constructor(Any, Any)
function with tests, documentation and samples.EmailAddress
type.The text was updated successfully, but these errors were encountered: