mcpiroman
05/19/2022, 3:37 PMfixed
, so it should be inferred as stable. Can I somehow make it became stable?@Immutable
@JvmInline
@StabilityInferred(0)
value class Wrapper(@Stable val value: String) {
companion object {
@JvmField
public val `$stable` = 0
}
}
but with no luck.mkrussel
05/19/2022, 3:39 PMmcpiroman
05/19/2022, 4:32 PMste
05/19/2022, 4:52 PMUli Bubenheimer
05/25/2022, 12:11 AMString
is not a primitive type. You could create a new issue requesting a more general solution.