Add example submodule to android project

This commit is contained in:
2024-02-15 21:57:14 -03:00
parent 571739ecf5
commit bd43788635
9 changed files with 125 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ dependencyResolutionManagement {
rootProject.name = "KMPExcercises"
include(":androidApp")
include(":shared")
include(":shared")
include(":androidModules:utils")