Skip to content

Commit

Permalink
Add iOS sample
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Dec 21, 2023
1 parent 8813132 commit 2ea9646
Show file tree
Hide file tree
Showing 20 changed files with 513 additions and 26 deletions.
8 changes: 0 additions & 8 deletions .idea/artifacts/desktop_jvm.xml

This file was deleted.

6 changes: 6 additions & 0 deletions .idea/artifacts/samples_desktop_jvm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/artifacts/samples_shared_jvm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/artifacts/shared_jvm.xml

This file was deleted.

4 changes: 2 additions & 2 deletions samples/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin {
}
sourceSets {
androidMain.get().dependencies {
implementation(project(":shared"))
implementation(project(":samples-shared"))
implementation("androidx.activity:activity-compose:1.8.0")
implementation(project.dependencies.platform("androidx.compose:compose-bom:2023.03.00"))
implementation("androidx.compose.material3:material3")
Expand All @@ -29,5 +29,5 @@ android {
minSdk = 21
targetSdk = 34
}
namespace = "com.tidal.networktime.sample"
namespace = "com.tidal.networktime.sample.android"
}
2 changes: 1 addition & 1 deletion samples/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin {
}
sourceSets {
jvmMain.get().dependencies {
implementation(project(":shared"))
implementation(project(":samples-shared"))
implementation(compose.desktop.currentOs)
}
}
Expand Down
Loading

0 comments on commit 2ea9646

Please sign in to comment.