-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.13 fails with new JS plugin #57
Comments
I'm running into this issue as well. It's resulting in ktor-js being entirely unusable for me. Any odds we can see this issue addressed soon? |
The workaround is to add |
Just encountered this as well! |
me too.
then for the tests (which fail also with this problem)
|
Hello I'm trying to add this to my gradle (in groovy) but it's not recognizing the |
nvm I got it working with this syntax for groovy
|
I had the same issue and added the I actually found out that my own mutliplatform libraries don't publish their npm dependencies either, and require the users to add the npm dependencies to their gradle files just like this. Is it a gradle plugin issue or should it be fixed in the library? |
Text-encoding is a dependency from kotlinx-io Kotlin/kotlinx-io#57
We're rebooting the kotlinx-io development (see #131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version. |
The text was updated successfully, but these errors were encountered: