mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
chore: Prepare domain module
This commit is contained in:
parent
9e99a86739
commit
1ddc488b17
1 changed files with 16 additions and 4 deletions
|
@ -1,11 +1,23 @@
|
|||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
androidTarget()
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "yokai.domain"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue