mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
refactor: Move source-api to source directory
Preparing to split local source to its own module
This commit is contained in:
parent
98df0773a2
commit
49ecfc51b1
26 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ kotlin {
|
|||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.sourceApi)
|
||||
implementation(projects.source.api)
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue