Skip to content

Commit

Permalink
Replace deprecated inline class with value class
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed May 25, 2021
1 parent 6a6454c commit 35d1e31
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package org.komputing.khex.model

public inline class HexString(public val string: String)
import kotlin.jvm.JvmInline

@JvmInline
public value class HexString(public val string: String)

0 comments on commit 35d1e31

Please sign in to comment.