Join Slack
Powered by
how can I use kotlin-stdlib-js dev or local SNAPSH...
# javascript
x
xlj44400
07/13/2019, 3:03 AM
how can I use kotlin-stdlib-js dev or local SNAPSHOT by gradle kts I try this , but it can not work
kotlin-stdlib-js_dev.js
g
gildor
07/13/2019, 9:08 AM
You have to specify snapshot repo on settings.gradle
gildor
07/13/2019, 9:09 AM
It's not Kotlin DSL specific, the same for Groovy
gildor
07/13/2019, 9:10 AM
See example in official Kotlin DSL doc (example 9)
https://docs.gradle.org/current/userguide/kotlin_dsl.html
3
Views
Open in Slack
Previous
Next