How to access data in the resources folder using K...
# announcements
c
How to access data in the resources folder using Kotlin? Can I put any files I want to have access to in here or does it have some specific purpose? (I prefer if it's a common function, so I could do it on both JVM and Native)
e
What sort of data are you talking about? Normally, I would put data in the
assets
folder, not the
res
folder.