mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 15:47:59 +02:00
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
plugins {
|
|
alias(libs.plugins.flights.android.library)
|
|
alias(libs.plugins.flights.android.library.hilt)
|
|
}
|
|
|
|
android {
|
|
namespace = "dev.adriankuta.flights.model.data.api"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.util)
|
|
|
|
implementation(libs.timber)
|
|
implementation(libs.gson)
|
|
}
|