migration on new package
This commit is contained in:
@@ -16,7 +16,7 @@ plugins {
|
||||
}
|
||||
|
||||
project.version = "$core_version"
|
||||
project.group = "com.insanusmokrassar"
|
||||
project.group = "$group_name"
|
||||
|
||||
apply plugin: "java-library"
|
||||
apply plugin: "kotlin"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package com.insanusmokrassar.postssystem.business_cases.post_creating.server
|
||||
package dev.inmo.postssystem.business_cases.post_creating.server
|
||||
|
||||
import com.insanusmokrassar.postssystem.core.post.RegisteredPost
|
||||
import dev.inmo.postssystem.core.post.RegisteredPost
|
||||
import dev.inmo.micro_utils.ktor.server.unianswer
|
||||
import dev.inmo.micro_utils.ktor.server.uniload
|
||||
import io.ktor.application.call
|
Reference in New Issue
Block a user