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

Need a guide setting up JS flavor #58

Closed
aviadmini opened this issue Nov 29, 2018 · 2 comments
Closed

Need a guide setting up JS flavor #58

aviadmini opened this issue Nov 29, 2018 · 2 comments

Comments

@aviadmini
Copy link

Adding compile 'io.github.microutils:kotlin-logging:1.6.20' to Gradle dependencies only pulls jvm and common artifacts, and can't be used for a js project

@oshai
Copy link
Owner

oshai commented Nov 29, 2018

The correct dependency for js platform is compile 'io.github.microutils:kotlin-logging-js:1.6.22'

Changes are the artifact for js is kotlin-logging-js and version should be 1.6.22 because of a bug fix in that version.

More info here: https://github.com/MicroUtils/kotlin-logging/wiki/Multiplatform-support

Let me know if that helps.

@oshai
Copy link
Owner

oshai commented Dec 2, 2018

@aviadmini - can I close this issue?

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