Hi, i'm trying amper for android. but i didn't fou...
# amper
j
Hi, i'm trying amper for android. but i didn't found anything related to resources. So, could anyone tell me how to places resource files inside standalone amper project?
j
Hi! You can use the
<module>/resources
folder for standard JVM resources, or use
<module>/res/drawable
,
<module>/res/layout
,
<module>/assets
for typical Android resources. See https://github.com/JetBrains/amper/blob/release/0.7/docs/Documentation.md#resources
♥️ 1