Is it possible to include the ktor http client in ...
# ktor
r
Is it possible to include the ktor http client in a project using the
kotlin-multiplatform
plugin? I see that the
fullstack-mpp
sample uses the new plugin, but the
client-mpp
sample uses the separate platforms plugins so I don't have an example gradle setup to compare to.
d
That sample is outdated, I’m in the process of updating it to the new multiplatform projects
r
Great! I’ll keep an eye out for that then.
e
Hi, Russel. There is updated kotlin conf app: https://github.com/JetBrains/kotlinconf-app
r
Turns out my issue was that I was accidentally adding dependencies to commonTest instead of commonMain 🤦
Still in the weeds getting things hooked into my project so I'll poke my head back in next time I'm stuck