Skip to content

Commit

Permalink
Force kotlin version to 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 3, 2024
1 parent 33ee3ee commit 8f02cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions java/src/test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ android {
namespace 'ai.onnxruntime.example.javavalidator'
}

ext.kotlin_version = '1.8.10'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion java/src/test/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.8.10'

repositories {
google()
Expand Down

0 comments on commit 8f02cbb

Please sign in to comment.