10 lines
194 B
Kotlin
10 lines
194 B
Kotlin
plugins {
|
|
id("common.android-library-no-hilt")
|
|
}
|
|
|
|
dependencies {
|
|
api(Libs.AndroidX.Compose.material)
|
|
api(Libs.AndroidX.Compose.materialIconsExtended)
|
|
api(Libs.Google.material)
|
|
}
|