mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 03:15:35 -04:00
deprecate Reference, BitByte (kutil 1.18)
This commit is contained in:
parent
9e95992414
commit
89435bed4b
@ -12,6 +12,7 @@
|
||||
*/
|
||||
package de.bixilon.minosoft.util
|
||||
|
||||
@Deprecated("Kutil 1.18")
|
||||
object BitByte {
|
||||
|
||||
inline fun isBitSet(`in`: Int, pos: Int): Boolean {
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
package de.bixilon.minosoft.util
|
||||
|
||||
@Deprecated("Kutil 1.18")
|
||||
class Reference<T>(
|
||||
var value: T,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user