start adding of timer

This commit is contained in:
2022-12-13 12:32:18 +06:00
parent 8c42f2e879
commit 65dfe8abd0
7 changed files with 179 additions and 1 deletions

View File

@@ -7,4 +7,6 @@ import kotlin.jvm.JvmInline
@JvmInline
value class PostId(
val string: String
)
) {
override fun toString(): String = string
}