Join Slack
Powered by
Are value classes supported on more platforms now?...
# compiler
e
Eugen Martynov
10/27/2025, 1:35 PM
Are value classes supported on more platforms now?
https://carrion.dev/en/posts/kotlin-inline-functions-value-classes/#performance-notes
I can not find the official documentation - I was sure it is only JVM-based.
e
ephemient
10/27/2025, 1:45 PM
value class
works on multiplatform, although on JVM it only works with
@JvmInline
and
@JvmInline
is only for JVM
👍🏼 1
Open in Slack
Previous
Next