mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
chore: Move core module to core.main
This commit is contained in:
parent
672d364f43
commit
54a3059730
45 changed files with 22 additions and 24 deletions
|
@ -21,7 +21,7 @@ kotlin {
|
|||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.core)
|
||||
implementation(projects.core.main)
|
||||
api(androidx.preference)
|
||||
|
||||
// Workaround for https://youtrack.jetbrains.com/issue/KT-57605
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue