feat(android): init basic maps
This commit is contained in:
parent
aebc802b88
commit
89ffc02e1d
8 changed files with 36 additions and 17 deletions
|
|
@ -7,6 +7,7 @@ plugins {
|
|||
alias(libs.plugins.androidApplication)
|
||||
alias(libs.plugins.composeMultiplatform)
|
||||
alias(libs.plugins.composeCompiler)
|
||||
alias(libs.plugins.secretsGradle)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
@ -33,6 +34,8 @@ kotlin {
|
|||
androidMain.dependencies {
|
||||
implementation(compose.preview)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.play.services.maps)
|
||||
implementation(libs.maps.compose)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
implementation(compose.runtime)
|
||||
|
|
@ -79,3 +82,6 @@ dependencies {
|
|||
debugImplementation(compose.uiTooling)
|
||||
}
|
||||
|
||||
secrets {
|
||||
propertiesFileName = "secrets.properties"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue