Commit 043eadd1 authored by Him188's avatar Him188

Fix currentTime

parent 63c8b05e
...@@ -10,7 +10,7 @@ import kotlinx.io.core.Input ...@@ -10,7 +10,7 @@ import kotlinx.io.core.Input
/** /**
* 时间戳 * 时间戳
*/ */
val currentTime: Long = DateTime.nowUnixLong() inline val currentTime: Long get() = DateTime.nowUnixLong()
/** /**
* 设备名 * 设备名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment