Skip to content
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

Usage of kotlin-node declarations from kotlin-wrappers #1443

Closed
sgrishchenko opened this issue Feb 23, 2024 · 1 comment
Closed

Usage of kotlin-node declarations from kotlin-wrappers #1443

sgrishchenko opened this issue Feb 23, 2024 · 1 comment

Comments

@sgrishchenko
Copy link

As far as I can see, you use your own Kotlin declarations for Node fs module (FsJs.kt).
Do you consider usage of kotlin-node declarations from kotlin-wrappers repository?
I am an author of these declarations, so if it is interesting for you, I can help with integration.

@swankjesse
Copy link
Member

As a general rule, Okio doesn’t take on any dependencies. We absolutely don’t take dependencies on software that hasn’t reached 1.0.

I don’t think this specific dependency is necessary ‘cause we’ve already solved this problem.

I also don’t like the possible complexity of what happens when we want to use a Node API that isn’t yet in a released version of these wrappers.

All that said, the wrappers project looks awesome and I look forward to using it in my other non-library projects!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants