Skip to content

Commit

Permalink
Merge pull request #226 from AppDevNext/dependabot/gradle/kotlin_vers…
Browse files Browse the repository at this point in the history
…ion-2.0.0

Bump kotlin_version from 1.8.10 to 2.0.0
  • Loading branch information
hannesa2 authored Jun 2, 2024
2 parents 8f800f4 + b0e96fa commit 47e5203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.internal.jvm.Jvm

buildscript {
ext.kotlin_version = '1.8.10'
ext.kotlin_version = '2.0.0'

repositories {
google()
Expand Down

0 comments on commit 47e5203

Please sign in to comment.