mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 15:37:59 +02:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
plugins {
|
|
alias(libs.plugins.flights.android.library)
|
|
alias(libs.plugins.flights.android.library.hilt)
|
|
}
|
|
|
|
android {
|
|
namespace = "dev.adriankuta.flights.model.repository"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.timber)
|
|
|
|
testImplementation("io.mockk:mockk:1.13.8")
|
|
}
|