Skip to content

Commit

Permalink
Update Kotlin to 1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Apr 28, 2023
1 parent 47fc887 commit 88e3793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
`kotlin-dsl`
kotlin("jvm") version "1.8.20"
kotlin("jvm") version "1.8.21"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object versions {
const val kotlin = "1.8.20"
const val kotlin = "1.8.21"
const val dokka = "1.5.0"
const val spotless = "6.17.0"
const val serialization = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/androidExample/build.gradle
Original file line number Diff line number Diff line change
@@ -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.8.20'
ext.kotlin_version = '1.8.21'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 88e3793

Please sign in to comment.