kotlin-native/NEW_MM.md: update to 1.6.0-M1 and remove kotlin/temporary repo
This commit is contained in:
committed by
Space
parent
be53fc3467
commit
9672b6b30d
+1
-18
@@ -29,24 +29,7 @@ The new MM also brings another set of changes:
|
||||
|
||||
### Update the Kotlin/Native compiler
|
||||
|
||||
Update to Kotlin/Native 1.6.0-M1-139 and enable dev repositories:
|
||||
|
||||
```kotlin
|
||||
// build.gradle.kts
|
||||
|
||||
repositories {
|
||||
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/temporary")
|
||||
}
|
||||
|
||||
// settings.gradle.kts
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/temporary")
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
```
|
||||
Update to Kotlin 1.6.0-M1 or newer.
|
||||
|
||||
### Switch to the new MM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user