Move to Kotlin 1.7.20

This commit is contained in:
Alexander Nozik 2022-10-04 20:41:20 +03:00
parent 8a2c0b6e7d
commit a27c1953b3
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/spc/p/sci/maven"
val spaceRepo = "https://maven.pkg.jetbrains.space/spc/p/sci/dev"
val spaceUser: String? = project.findProperty("publishing.space.user") as? String
val spaceToken: String? = project.findProperty("publishing.space.token") as? String