hey, i made a kn app but i want to use the resourc...
# multiplatform
r
hey, i made a kn app but i want to use the resources from the resources folder, is there any way to access it?
d
Is it a Compose Multiplatform App? If so use Compose Multiplatform Resources
r
wow, thanks, but my app is not a compose app, it's a kotlin native ktor server app, it's a project template generator, so i want to access resources to modify the template and zip it, then response it to the client
f