temporal unworkable progress
This commit is contained in:
client
features
common
client
common
src
commonMain
kotlin
dev
inmo
postssystem
features
common
common
content
client
src
jsMain
kotlin
dev
inmo
postssystem
features
content
client
text
client
gradle
server/src/main/resources/web
services/posts
client
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
server
src
jvmMain
kotlin
dev
inmo
postssystem
services
posts
targets/telegram
content
polls
client
build.gradle
src
common
server
loader
client
server
template
17
targets/telegram/content/polls/server/build.gradle
Normal file
17
targets/telegram/content/polls/server/build.gradle
Normal file
@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
}
|
||||
|
||||
apply from: "$mppJavaProjectPresetPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
api project(":postssystem.targets.telegram.content.polls.common")
|
||||
api project(":postssystem.features.common.server")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user