generated from mshdabiola/SkeletonMultiplatform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
262 lines (262 loc) · 24.2 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
output
.kotlin
*.iml
.gradle
features/build
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/.idea/inspectionProfiles/
/benchmark/build/
/core/build/
/feature/build/
/feature/mainscreen/build/
/core/designsystem/build/
/.idea/
/common/designsystem/build/intermediates/aar_metadata/demoDebug/aar-metadata.properties
/common/designsystem/build/intermediates/aapt_friendly_merged_manifests/demoDebug/aapt/AndroidManifest.xml
/common/designsystem/build/intermediates/merged_manifest/demoDebug/AndroidManifest.xml
/common/designsystem/build/intermediates/annotation_processor_list/demoDebug/annotationProcessors.json
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-hdpi/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-ldpi/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-mdpi/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-xhdpi/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-xxhdpi/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-xxxhdpi/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-hdpi-v4/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-ldpi-v4/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-mdpi-v4/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-xhdpi-v4/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-xxhdpi-v4/bg.png
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-xxxhdpi-v4/bg.png
/common/designsystem/build/generated/res/pngs/demo/debug/drawable-land-anydpi-v24/bg.xml
/common/designsystem/build/intermediates/packaged_res/demoDebug/drawable-land-anydpi-v24/bg.xml
/core/common/build2.gradle.kts
/common/designsystem/build/kotlin/compileDemoDebugKotlin/local-state/build-history.bin
/common/designsystem/build/.transforms/7f86b139b92298dd2b37a7cf6800382f/transformed/classes/classes_dex/classes.dex
/common/designsystem/build/.transforms/f20b13b1387348d53d479f12328a11c6/transformed/classes.jar
/common/designsystem/build/intermediates/aar_main_jar/demoDebug/classes.jar
/common/designsystem/build/intermediates/compile_library_classes_jar/demoDebug/classes.jar
/common/designsystem/build/intermediates/runtime_library_classes_jar/demoDebug/classes.jar
/common/designsystem/build/tmp/kotlin-classes/demoDebug/com/mshdabiola/designsystem/theme/ColorKt.class
/common/designsystem/build/intermediates/incremental/demoDebug/packageDemoDebugResources/compile-file-map.properties
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
/common/designsystem/build/outputs/aar/designsystem-demo-debug.aar
/common/designsystem/build/intermediates/java_res/demoDebug/out/META-INF/designsystem_demoDebug.kotlin_module
/common/designsystem/build/tmp/kotlin-classes/demoDebug/META-INF/designsystem_demoDebug.kotlin_module
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-anydpi-v24_bg.xml.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-hdpi-v4_bg.png.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-ldpi-v4_bg.png.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-mdpi-v4_bg.png.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-xhdpi-v4_bg.png.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-xxhdpi-v4_bg.png.flat
/common/designsystem/build/intermediates/compiled_local_resources/demoDebug/out/drawable-land-xxxhdpi-v4_bg.png.flat
/common/designsystem/build/intermediates/merged_java_res/demoDebug/feature-designsystem.jar
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/last-build.bin
/common/designsystem/build/tmp/kotlin-classes/demoDebug/com/mshdabiola/designsystem/theme/LiveLiterals$ThemeKt.class
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
/common/designsystem/build/intermediates/manifest_merge_blame_file/demoDebug/manifest-merger-blame-demo-debug-report.txt
/common/designsystem/build/outputs/logs/manifest-merger-demo-debug-report.txt
/common/designsystem/build/intermediates/incremental/demoDebug-mergeJavaRes/merge-state
/common/designsystem/build/intermediates/incremental/demoDebug/packageDemoDebugResources/merger.xml
/common/designsystem/build/intermediates/incremental/mergeDemoDebugJniLibFolders/merger.xml
/common/designsystem/build/intermediates/incremental/mergeDemoDebugShaders/merger.xml
/common/designsystem/build/intermediates/incremental/packageDemoDebugAssets/merger.xml
/common/designsystem/build/intermediates/navigation_json/demoDebug/navigation.json
/common/designsystem/build/intermediates/aapt_friendly_merged_manifests/demoDebug/aapt/output-metadata.json
/common/designsystem/build/intermediates/symbol_list_with_package_name/demoDebug/package-aware-r.txt
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
/common/designsystem/build/intermediates/compile_r_class_jar/demoDebug/R.jar
/common/designsystem/build/intermediates/compile_symbol_list/demoDebug/R.txt
/common/designsystem/build/intermediates/local_only_symbol_list/demoDebug/R-def.txt
/common/designsystem/build/.transforms/2ae4884da4ef4b3270197cc44dc001bf/results.bin
/common/designsystem/build/.transforms/7f86b139b92298dd2b37a7cf6800382f/results.bin
/common/designsystem/build/.transforms/40e756fa30138487222b8315659368c3/results.bin
/common/designsystem/build/.transforms/b1d4b7fe7e80c2c189df537b3dc18192/results.bin
/common/designsystem/build/.transforms/b5a5e0a3837c1b88455a32cc30f1d996/results.bin
/common/designsystem/build/.transforms/f20b13b1387348d53d479f12328a11c6/results.bin
/common/designsystem/build/.transforms/fb44296deaa83ec060b7f1dd98557d2a/results.bin
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
/common/designsystem/build/kotlin/compileDemoDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
/common/designsystem/build/tmp/kotlin-classes/demoDebug/com/mshdabiola/designsystem/theme/ThemeKt$SkeletonAppTheme$1.class
/common/designsystem/build/tmp/kotlin-classes/demoDebug/com/mshdabiola/designsystem/theme/ThemeKt.class
/common/designsystem/build/intermediates/annotations_typedef_file/demoDebug/typedefs.txt
/common/designsystem/build/tmp/kotlin-classes/demoDebug/com/mshdabiola/designsystem/theme/TypeKt.class
/common/designsystem/build/intermediates/variant_model/demoDebug/variant_model.json
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/ThemeKt$AppTheme$1.class
/common/designsystem/build/kotlin/compileKotlinDesktop/local-state/build-history.bin
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/ColorKt.class
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/util/ColorSchemeUtilsKt.class
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/complementary-files.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/counters.tab
/common/designsystem/build/classes/kotlin/desktop/main/META-INF/designsystem.kotlin_module
/common/designsystem/build/libs/designsystem-desktop.jar
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/Dimens.class
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
/common/designsystem/build/classes/kotlin/desktop/main/work/racka/reluct/compose/common/theme/util/FontResourcesKt.class
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/last-build.bin
/common/designsystem/build/processedResources/desktop/main/font/lexenddeca_bold.ttf
/common/designsystem/build/processedResources/desktop/main/font/lexenddeca_light.ttf
/common/designsystem/build/processedResources/desktop/main/font/lexenddeca_medium.ttf
/common/designsystem/build/processedResources/desktop/main/font/lexenddeca_regular.ttf
/common/designsystem/build/processedResources/desktop/main/font/lexenddeca_thin.ttf
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/lookups/lookups.tab_i.len
/common/designsystem/build/tmp/desktopJar/MANIFEST.MF
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/ShapeKt.class
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i
/common/designsystem/build/kotlin/compileKotlinDesktop/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/Theme.class
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/ThemeKt.class
/common/designsystem/build/classes/kotlin/desktop/main/com/mshabiola/theme/TypeKt.class
/composeApp/build/
/shared/build/
/modules/build/
/output/