Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Update to Kotlin 1.7.0 #104

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#

kotlin.code.style=official
systemProp.ktVersion=1.7.0-dev-444
systemProp.ktVersion=1.7.0
systemProp.kotestVersion=4.2.0
systemProp.junitVersion=1.4.20
2 changes: 0 additions & 2 deletions kotlin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ pluginManagement {
password = System.getenv("GITHUB_TOKEN")
}
}
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
mavenLocal()
}
}