Marcin Wisniowski
03/31/2026, 2:01 PMcomposeResources directory in a plain old Android module, and have it generate a Res class. All the docs point to putting composeResources under the common source set, but that doesn't apply here.Konstantin Tskhovrebov
03/31/2026, 2:22 PMMarcin Wisniowski
03/31/2026, 2:29 PMDrawableResource, and I'm using it from an Android-only module and want to pass an image resource in, the intended way is to convert the Android module to be a "KMP module" with a single Android source set, so that I can use Compose Resources generation for that image?Konstantin Tskhovrebov
03/31/2026, 5:01 PM