What is multiplatform maven repository URL for kot...
# kotlin-native
k
What is multiplatform maven repository URL for kotlin-dev channel ?
k
Tried but it says 1.4.0-dev-913 was not found in any of the following sources
d
Share build script in context?
m
d
In `settings.gradle.kts`:
Copy code
buildscript { repositories { maven(...) }}
k
Okey thanks
d
or
pluginManagement {}
instead of buildscript
k
Finally with
pluginManagement {}
it's working