does kotlin native support resources. im getting r...
# multiplatform
c
does kotlin native support resources. im getting resource not found when compiling for macosArm.
c
the resource access is part of common main. it works for other targets like android. but when i run for native, i get missing resources error. but the resources is there.
ios works fine
h
in that case you have add all tests run time compiler.
When adding new resource in string.xml have to run all test for android then error import will come out.
e
oh Compose resources. that's a different thing than general multiplatform or native resources
t
macOS native resources are not supported yet, pr here: https://github.com/JetBrains/compose-multiplatform/pull/5169. It was merged but then reverted due to other issues. Waiting for skiko update and then will integrate it again.
With this pr, you will have to still wrap the macOS target in an xcode project, just like iOS