Sabeeh
01/02/2024, 5:47 PMAmper
, and it's going really well until I ran into a resources issue. I was using the https://github.com/Skeptick/libres library for generating resources object classes. However, I'm encountering an error during the project build that indicates the absence of actuals ResImages
for JVM and IOS, even though they are already in the 'jvm' and 'apple' folders. Is there any workaround for this issue?Alexander Tsarev
01/09/2024, 12:06 PMAlexander Tsarev
01/12/2024, 4:02 PMgradle-kmp
layout to preserve kotlin multiplatform plugin source naming - so all generated directories will be placed in the correct source sets.Sabeeh
01/22/2024, 9:33 PM