ByteZ
03/23/2022, 3:31 PMktor-client-core and ktor-client-cio to my pom.xml dependencies but can't access any classes even though I can see them under external libraries. I already tried invalidating my intellij caches and deleting both dependencies from my local repo. Is there something I missed or is this an intellij bug?Aleksei Tirman [JB]
03/23/2022, 7:59 PM-jvm suffix to the artifact names, e.g. ktor-client-core-jvm .ByteZ
03/23/2022, 8:05 PM