mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-22 09:53:34 +08:00
Fix file classname
This commit is contained in:
parent
caeedf5d5d
commit
b0d43eb708
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@file:JvmMultifileClass
|
@file:JvmMultifileClass
|
||||||
@file:JvmName("Utils")
|
@file:JvmName("MiraiUtils")
|
||||||
|
|
||||||
package net.mamoe.mirai.utils
|
package net.mamoe.mirai.utils
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ public inline val Int.weeksToSeconds: Long
|
|||||||
public inline val Int.monthsToSeconds: Long
|
public inline val Int.monthsToSeconds: Long
|
||||||
get() = this * 30.daysToSeconds
|
get() = this * 30.daysToSeconds
|
||||||
|
|
||||||
@MiraiExperimentalApi
|
// @MiraiExperimentalApi
|
||||||
@ExperimentalTime
|
@ExperimentalTime
|
||||||
public val Duration.asHumanReadable: String
|
public val Duration.asHumanReadable: String
|
||||||
get() {
|
get() {
|
||||||
|
Loading…
Reference in New Issue
Block a user