File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,18 +181,18 @@ compose.resources {
181181 generateResClass = always
182182}
183183
184- tasks.matching { it.name.contains(" generateComposeResClass" ) }.configureEach {
185- doFirst {
186- // Force consistent ordering by sorting resource directories
187- val resourceDirs = project.file(" src/commonMain/composeResources" )
188- .listFiles { file -> file.isDirectory && file.name.startsWith(" values" ) }
189- ?.sortedBy { it.name }
190-
191- // Set system property to ensure consistent processing
192- System .setProperty(" compose.resources.processing.order" ,
193- resourceDirs?.joinToString(" ," ) { it.name } ? : " " )
194- }
195- }
184+ // tasks.matching { it.name.contains("generateComposeResClass") }.configureEach {
185+ // doFirst {
186+ // // Force consistent ordering by sorting resource directories
187+ // val resourceDirs = project.file("src/commonMain/composeResources")
188+ // .listFiles { file -> file.isDirectory && file.name.startsWith("values") }
189+ // ?.sortedBy { it.name }
190+ //
191+ // // Set system property to ensure consistent processing
192+ // System.setProperty("compose.resources.processing.order",
193+ // resourceDirs?.joinToString(",") { it.name } ?: "")
194+ // }
195+ // }
196196
197197tasks.matching { it.name.contains(" generateComposeResClass" ) }.configureEach {
198198 doFirst {
You can’t perform that action at this time.
0 commit comments