Toan Nguyen
10/25/2023, 4:45 AMmoko-resource
but it only can build for desktop. So have any library or way to load image resource in CMP?Quentin Dommerc
10/25/2023, 4:47 AMResources access for mobile (android & ios) Kotlin Multiplatform development
Toan Nguyen
10/25/2023, 4:48 AMI'm using moko-resources without any issue on KMM (android/iOS) with compose. Moko-resources is specifically built for this as their github repo states:i see config for mobile but u can build it on web?
Quentin Dommerc
10/25/2023, 4:52 AMQuentin Dommerc
10/25/2023, 4:55 AMMR.images.getImageByFileName("image.png")
Toan Nguyen
10/25/2023, 4:57 AMToan Nguyen
10/25/2023, 4:59 AM