Join Slack
Powered by
Does using a companion object (or other object dec...
# getting-started
a
alexhelder
02/02/2025, 12:55 AM
Does using a companion object (or other object decl) within a value class change how it is boxed / wrapped, like
Copy code
@JvmInline value class Foo(val value:String) { companion object : Mapper { …. } }
Open in Slack
Previous
Next