Adding Type-safe project accessors (#194)
* replace the windowInsetsPadding for navigationBarsPadding + statusBarsPadding * Enabling TYPESAFE_PROJECT_ACCESSORS * Adding typesafe project accessors in the app module * Adding typesafe project accessors in the core module * Adding typesafe project accessors in the core-metadata module * Adding typesafe project accessors in the data module * Adding typesafe project accessors in the domain module * Adding typesafe project accessors in the presentation-core module * Adding typesafe project accessors in the presentation-widget module * Adding typesafe project accessors in the source-local module * Adding typesafe project accessors in the source-api module * Rolling back * Changing TYPESAFE_PROJECT_ACCESSORS line * Removing extra spaces (cherry picked from commit e17d87f35749715946a96dc0e654792227c6722d)
This commit is contained in:
committed by
Jobobby04
parent
b210491db5
commit
78c7facf6c
@@ -15,15 +15,15 @@ kotlin {
|
||||
api(libs.rxjava)
|
||||
api(libs.jsoup)
|
||||
// SY -->
|
||||
api(project(":i18n"))
|
||||
api(project(":i18n-sy"))
|
||||
api(projects.i18n)
|
||||
api(projects.i18nSy)
|
||||
api(kotlinx.reflect)
|
||||
// SY <--
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(projects.core)
|
||||
api(libs.preferencektx)
|
||||
|
||||
// Workaround for https://youtrack.jetbrains.com/issue/KT-57605
|
||||
|
||||
Reference in New Issue
Block a user