kotlin-native/NEW_MM.md: update to 1.6.0-M1 and remove kotlin/temporary repo

This commit is contained in:
Svyatoslav Scherbina
2021-09-29 13:48:26 +00:00
committed by Space
parent be53fc3467
commit 9672b6b30d
+1 -18
View File
@@ -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