Copy button for repositories
This commit is contained in:
committed by
Nikolay Krasko
parent
4b0d878873
commit
c2232dc789
@@ -148,11 +148,15 @@ We publish `-dev` and `-SNAPSHOT` 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:
|
||||
|
||||
`maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap") }`
|
||||
```kotlin
|
||||
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:
|
||||
|
||||
`maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }`
|
||||
```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