Hi, I'm trying to migrate one of my projects to `A...
# amper
s
Hi, I'm trying to migrate one of my projects to
Amper
, 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?
a
Hi! Sorry for long answer. I've created a ticket for this: https://youtrack.jetbrains.com/issue/AMPER-283/Resources-generated-by-plugins-are-lost I also will try to find a WA and be back with it.
@Sabeeh You can use
gradle-kmp
layout to preserve kotlin multiplatform plugin source naming - so all generated directories will be placed in the correct source sets.
s
@Alexander Tsarev thanks i will try that.