updates in posts repos, content repos and build scripts
This commit is contained in:
build.gradlegradle.properties
features
content
posts
server
src
jvmMain
kotlin
dev
inmo
postssystem
features
posts
roles
common
src
commonMain
kotlin
dev
inmo
postssystem
features
roles
common
kotlin-js-store
server/src/main/java/dev/inmo/postssystem/server
@ -1,8 +1,10 @@
|
||||
package dev.inmo.postssystem.features.content.common
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlin.jvm.JvmInline
|
||||
|
||||
@Serializable
|
||||
@JvmInline
|
||||
value class ContentId(val string: String)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user