Hi, all.
I got some trouble with ktor.
I made java lib(jar) which include following code. And I call the function in SpringBoot project.
Compilation is ok but when it is called, I got “java.lang.ClassNotFoundException: io.ktor.client.HttpClientJvmKt” error.
What’s should I do?