I'm setting up a multiplatform project using the n...
# javascript
g
I'm setting up a multiplatform project using the new IR compiler and when I build I get IllegalStateException: No descriptor found for library ktor-client-js-jsir-1.4.2. Has anyone gotten this before?
s
I had the same error but with version 1.4.1. Reverting to 1.4.0 worked and bumped to 1.4.2 also worked. Gradle couldn't find the packages for version 1.4.2 because it wasn't fully released yet.