kmm implementation with ios initial setup (#2668)

This commit is contained in:
Avneet Singh 2024-08-14 21:42:13 +05:30 committed by GitHub
parent 6e54712f0d
commit 75770658f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
360 changed files with 587 additions and 93 deletions

View File

@ -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)

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

Some files were not shown because too many files have changed in this diff Show More