rmarquis
06/21/2025, 11:27 PMFedor Ihnatkevich
06/23/2025, 10:54 AMsettings: compose: resources: exposedAccessors: true
must be set, so that generated accessors are public, not internal.rmarquis
06/23/2025, 8:41 PMRes.allDrawableResources
is not generated, and thus can't be imported: Unresolved reference 'allDrawableResources'
. Single module, so this isn't related to exposedAccessor
(I enabled the option nonetheless, but that didn't change anything). Only the resources map is not generated, "basic" resources are generated correctly.Fedor Ihnatkevich
06/23/2025, 9:24 PMrmarquis
06/24/2025, 1:28 PMFedor Ihnatkevich
06/24/2025, 1:44 PMFedor Ihnatkevich
06/24/2025, 1:46 PMsrc@android
, src@jvm
directories instead of src
until the fix is available. For iOS apps the bug should not reproduce, afaik.rmarquis
06/24/2025, 2:30 PM