Gavin Ray
01/22/2022, 11:28 PM-DEV
or -SNAPSHOT
builds via Gradle?
I've tried adding the sources in the README here:
• https://github.com/JetBrains/kotlin#using--dev-and--snapshot-versions
But my build doesn't seem to be able to find the versions 1.7.0-dev-911
or 1.7.255-SNAPSHOT
ephemient
01/22/2022, 11:51 PMGavin Ray
01/23/2022, 12:39 AMrepository
block in build.gradle.kts
maven { url = uri("<https://oss.sonatype.org/content/repositories/snapshots/>") }
maven { url = uri("<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap>") }
ephemient
01/23/2022, 12:55 AMGavin Ray
01/23/2022, 2:09 PM