DEADSOFTWARE

Fix warnings
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / objects / Drop.kt
index b6f21bb1d8e6c4509c43d82955a73768a1bb57d6..f67c66c742f9526ab7d8f0e557364405062efa09 100644 (file)
@@ -17,6 +17,7 @@ class Drop @JvmOverloads constructor(
     val velocity = getInitialVelocity()
     var pickedUp = false
 
+    @Suppress("UNNECESSARY_LATEINIT")
     @Transient
     lateinit var item: Item
         private set