Merge pull request #7952 from TacoTheDank/bumpKotlin

Update Kotlin to 1.6.10
This commit is contained in:
litetex 2022-02-28 19:42:38 +01:00 committed by GitHub
commit 686750fc55
4 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()