Skip to content

Commit

Permalink
Move sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Dec 16, 2023
1 parent 538efa0 commit f287ab2
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
/local.properties
.idea/*
.DS_Store
/build
*/build/
build/
/captures
.externalNativeBuild
.cxx
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation(libs.ui.tooling.preview)
implementation(libs.material3)

implementation(projects.sampleCompose)
implementation(projects.sample.compose)

debugImplementation(libs.ui.tooling)
debugImplementation(libs.ui.test.manifest)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencyResolutionManagement {
}
}

include(":androidSample")
include(":sampleCompose")
include(":sample:androidApp")
include(":sample:compose")

include(":compose-settings-ui")
include(":compose-settings-storage-base")
Expand Down

0 comments on commit f287ab2

Please sign in to comment.