mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 15:57:58 +02:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
plugins {
|
|
alias(libs.plugins.flights.android.library)
|
|
alias(libs.plugins.flights.android.library.hilt)
|
|
}
|
|
|
|
android {
|
|
namespace = "dev.adriankuta.flights.domain.types"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.util)
|
|
implementation(libs.timber)
|
|
} |