mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 21:07:59 +02:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
plugins {
|
|
alias(libs.plugins.flights.android.library.compose)
|
|
alias(libs.plugins.flights.android.library.hilt)
|
|
}
|
|
|
|
android {
|
|
namespace = "dev.adriankuta.flights.ui.sharedui"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.ui.designsystem)
|
|
|
|
implementation(libs.timber)
|
|
} |