feat(android): init basic marker and polylines

This commit is contained in:
LavaDesu 2025-04-14 02:02:06 +10:00
parent 89ffc02e1d
commit 0ffd415874
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 126 additions and 12 deletions

View file

@ -41,6 +41,7 @@ kotlin {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
implementation(compose.material3)
implementation(compose.ui)
implementation(compose.components.resources)
implementation(compose.components.uiToolingPreview)