kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Add :core:ui to Kover
rodzic
b5b24ddf3c
commit
58d02b9799
|
|
@ -86,6 +86,7 @@ dependencies {
|
|||
kover(projects.core.navigation)
|
||||
kover(projects.core.network)
|
||||
kover(projects.core.prefs)
|
||||
kover(projects.core.ui)
|
||||
kover(projects.feature.intro)
|
||||
kover(projects.feature.messaging)
|
||||
kover(projects.feature.map)
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ plugins {
|
|||
alias(libs.plugins.meshtastic.android.library)
|
||||
alias(libs.plugins.meshtastic.android.library.compose)
|
||||
alias(libs.plugins.meshtastic.hilt)
|
||||
alias(libs.plugins.kover)
|
||||
}
|
||||
|
||||
android { namespace = "org.meshtastic.core.ui" }
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue