Remove mentioning of snapshot versions

* we don't publish snapshots

^KTI-1541
This commit is contained in:
Bogdan Mukvich
2024-02-21 14:14:11 +01:00
committed by Space Team
parent ff2fea390b
commit 768119bdef
+2 -8
View File
@@ -154,9 +154,9 @@ Keep in mind:
Otherwise, native-only dependencies may not be added to the verification metadata. This is because `local.properties` has higher Otherwise, native-only dependencies may not be added to the verification metadata. This is because `local.properties` has higher
precedence than the `-Pkotlin.native.enabled=true` specified in the Gradle command. precedence than the `-Pkotlin.native.enabled=true` specified in the Gradle command.
## Using -dev and -SNAPSHOT versions ## Using -dev versions
We publish `-dev` and `-SNAPSHOT` versions frequently. We publish `-dev` versions frequently.
For `-dev` versions you can use the [list of available versions](https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/org/jetbrains/kotlin/kotlin-compiler/maven-metadata.xml) and include this maven repository: For `-dev` versions you can use the [list of available versions](https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/org/jetbrains/kotlin/kotlin-compiler/maven-metadata.xml) and include this maven repository:
@@ -164,12 +164,6 @@ For `-dev` versions you can use the [list of available versions](https://maven.p
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap") maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
``` ```
For `-SNAPSHOT` versions that are updated daily, you can use the [list of available versions](https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-compiler/maven-metadata.xml) and include this maven repository:
```kotlin
maven("https://oss.sonatype.org/content/repositories/snapshots/")
```
# License # License
Kotlin is distributed under the terms of the Apache License (Version 2.0). See [license folder](license/README.md) for details. Kotlin is distributed under the terms of the Apache License (Version 2.0). See [license folder](license/README.md) for details.