Move to Kotlin 1.7.20

This commit is contained in:
Alexander Nozik 2022-10-04 18:42:21 +03:00
parent 5d3eeaeeee
commit 8a2c0b6e7d
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -156,7 +156,7 @@ afterEvaluate {
}
}
val spaceRepo = "https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven"
val spaceRepo = "https://maven.pkg.jetbrains.space/spc/p/sci/maven"
val spaceUser: String? = project.findProperty("publishing.space.user") as? String
val spaceToken: String? = project.findProperty("publishing.space.token") as? String