hello! does anyone know how to add ktor backend mo...
# android
f
hello! does anyone know how to add ktor backend module to android+ios multiplatform project (the one that android studio generates)? any help appreciated, thanks
c
just create your own module, register it in
settings.gradle
and add the dependencies you need. check out https://github.com/chrimaeon/curriculumvitae look at the
backend
module and the
/settings.gradle.kts
👍 1
f
thanks!