Remove mentioning of snapshot versions
* we don't publish snapshots ^KTI-1541
This commit is contained in:
committed by
Space Team
parent
ff2fea390b
commit
768119bdef
@@ -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
|
||||
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:
|
||||
|
||||
@@ -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")
|
||||
```
|
||||
|
||||
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
|
||||
Kotlin is distributed under the terms of the Apache License (Version 2.0). See [license folder](license/README.md) for details.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user