Split kotlin modules (#316)
This commit is contained in:
parent
762de3dfba
commit
d2a47ad941
17 changed files with 127 additions and 78 deletions
|
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
id("cloud.kotlin-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api(project(":cloud-annotations"))
|
||||
api(kotlin("reflect"))
|
||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
|
||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.2")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue