breezy/ui-weather-view/build.gradle.kts

17 lines
260 B
Text
Raw Permalink Normal View History

2025-11-21 15:11:39 +01:00
plugins {
id("breezy.library")
kotlin("android")
}
android {
namespace = "org.breezyweather.ui.theme.weatherView"
defaultConfig {
consumerProguardFiles("consumer-rules.pro")
}
}
dependencies {
implementation(libs.core.ktx)
}