mcpiroman
06/11/2021, 2:26 PMplugins { kolin("js") version "1.5.30.1234-local" }
, if that's even possible, this is.
2. Can I use the latest dev/nightly builds like build-1.5.30-dev-2088 which I see are frequent on github release page? Kotlin itself uses those to bootstrap itself and I have tried adding some of the gradle dependency links from the repo, but with no luck.rnett
06/12/2021, 2:44 AMrnett
06/12/2021, 2:45 AMmavenLocal()
(definitely not for production or anything important, but playing with local builds like this is a valid use for it) or included builds (which is generally the better solution, but I have not tried it with Kotlin itself).