mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 15:37:59 +02:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
|
|
plugins {
|
|
alias(libs.plugins.flights.android.library)
|
|
alias(libs.plugins.flights.android.library.hilt)
|
|
}
|
|
|
|
android {
|
|
namespace = "dev.adriankuta.flights.core.util"
|
|
}
|
|
|
|
dependencies {
|
|
|
|
} |