kmm implementation with ios initial setup (#2668)
0
app/.gitignore → androidApp/.gitignore
vendored
@ -68,8 +68,18 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependencyGuard {
|
||||
configuration("debugCompileClasspath")
|
||||
configuration("debugRuntimeClasspath")
|
||||
configuration("releaseCompileClasspath")
|
||||
configuration("releaseRuntimeClasspath")
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation (projects.shared)
|
||||
|
||||
implementation(projects.core.logs)
|
||||
implementation(projects.core.common)
|
||||
implementation(projects.core.model)
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1001 B After Width: | Height: | Size: 1001 B |