Hello, I am facing `moko-resources` issues when wo...
# moko
d
Hello, I am facing
moko-resources
issues when working with compose multiplatform, version
1.6.0-beta01
is not working
Copy code
:common:linkDebugFrameworkIos FAILED
I had to change to
1.6.0-alpha01
a
what version of moko-resources used? did you try 0.24.0 alpha?
also - show please output of
./gradlew :common:linkDebugFrameworkIos --stacktrace
d
I am using 0.24.0-alpha-4
Here is the stacktrace @alex009
a
are you sure that without moko-resources your project will compiled success? i not see in stactrace anything related to moko-resources
d
İ will need to check it in the morning. Do you maybe know how could İ check what it possibly is, some gradle command or similar?
a
disable moko-resources gradle plugin and try to compile without them. genrated classes you can just copy into your source code, just to successful compile kotlin code. if without moko-resources all will be compiled fine - please give us reproducer sample
d
Aleksey, I am struggling to remove the plugin, I copy paste what is generated inside
build->generated->moko-resources
but even though I copy pasted it in build->generated->moko-resources I am getting an error
Copy code
error: Unresolved reference: MR
a
you should paste it not in build dir, but in your source directory
d
The whole
moko-resources
directory?
Okay I figured it out Aleksey
I removed it and am still getting the issue, so we can conclude it is not from moko-resources, thank you for your feedback
here is the thread where I will be continuing if someone is interested
102 Views