kotlin update 1.8.20

This commit is contained in:
minjaesong
2023-05-03 21:40:03 +09:00
parent bae212e51f
commit c6a2a4199e
30 changed files with 147 additions and 103 deletions

View File

@@ -360,7 +360,8 @@ interface CuedByWireChange {
*
* In the savegame's JSON, this flag set should be stored as signed integer.
*/
inline class BlockBoxProps(val flags: Int) {
@JvmInline
value class BlockBoxProps(val flags: Int) {
}