Skip to content

Commit

Permalink
feat(terminal): kotlin version to 2.0.+
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Dec 5, 2024
1 parent 278dbf0 commit 66282ea
Show file tree
Hide file tree
Showing 13 changed files with 1,346 additions and 1,328 deletions.
2 changes: 1 addition & 1 deletion packages/terminal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
}

buildscript {
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.8.20'
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '20.0.+'
repositories {
google()
mavenCentral()
Expand Down

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 66282ea

Please sign in to comment.