diff --git a/02-building-a-shared-ui/projects/final/Breeze/.gitignore b/02-building-a-shared-ui/projects/final/Breeze/.gitignore new file mode 100644 index 0000000..adfa9bf --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.gitignore @@ -0,0 +1,19 @@ +*.iml +.kotlin +.gradle +**/build/ +xcuserdata +!src/**/build/ +local.properties +.idea +.DS_Store +captures +.externalNativeBuild +.cxx +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcodeproj/project.xcworkspace/ +!*.xcworkspace/contents.xcworkspacedata +**/xcshareddata/WorkspaceSettings.xcsettings +node_modules/ diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/.gitignore b/02-building-a-shared-ui/projects/final/Breeze/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/AndroidProjectSystem.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/Breeze.iosApp.iml b/02-building-a-shared-ui/projects/final/Breeze/.idea/Breeze.iosApp.iml new file mode 100644 index 0000000..1e29701 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/Breeze.iosApp.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_js.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_js.xml new file mode 100644 index 0000000..47f0b1b --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_js.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/composeApp/build/libs + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_jvm.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_jvm.xml new file mode 100644 index 0000000..7a14e2b --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_jvm.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/composeApp/build/libs + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_wasm_js.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_wasm_js.xml new file mode 100644 index 0000000..e3e8b33 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/artifacts/composeApp_wasm_js.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/composeApp/build/libs + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/caches/deviceStreaming.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/caches/deviceStreaming.xml new file mode 100644 index 0000000..6ff48f4 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/caches/deviceStreaming.xml @@ -0,0 +1,2205 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/compiler.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/compiler.xml new file mode 100644 index 0000000..b86273d --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/deploymentTargetSelector.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..24b3e08 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/deploymentTargetSelector.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/deviceManager.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/gradle.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/gradle.xml new file mode 100644 index 0000000..41d5b69 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/markdown.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/markdown.xml new file mode 100644 index 0000000..c61ea33 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/markdown.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/migrations.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/misc.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/misc.xml new file mode 100644 index 0000000..a4f09e2 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/receipt.json b/02-building-a-shared-ui/projects/final/Breeze/.idea/receipt.json new file mode 100644 index 0000000..554779d --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/receipt.json @@ -0,0 +1,33 @@ +// Project generated by Kotlin Multiplatform Wizard +{ + "spec": { + "template_id": "kmt", + "targets": { + "android": { + "ui": [ + "compose" + ] + }, + "ios": { + "ui": [ + "compose" + ] + }, + "desktop": { + "ui": [ + "compose" + ] + }, + "web": { + "ui": [ + "compose" + ] + } + }, + "include_tests": true, + "android_project_spec": { + "min_android_sdk": 24 + } + }, + "timestamp": "2026-03-26T09:43:26.721589823Z" +} \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/runConfigurations.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/runConfigurations.xml new file mode 100644 index 0000000..16660f1 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/runConfigurations.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/02-building-a-shared-ui/projects/final/Breeze/.idea/workspace.xml b/02-building-a-shared-ui/projects/final/Breeze/.idea/workspace.xml new file mode 100644 index 0000000..6a1c436 --- /dev/null +++ b/02-building-a-shared-ui/projects/final/Breeze/.idea/workspace.xml @@ -0,0 +1,677 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +