chore: Move core module to core.main

This commit is contained in:
Ahmad Ansori Palembani 2025-01-01 08:17:55 +07:00
parent 672d364f43
commit 54a3059730
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
45 changed files with 22 additions and 24 deletions

View file

@ -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