Skip to content

Commit

Permalink
Use jvmToolchain(8) with kotlin 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Jan 15, 2024
1 parent 8f9037e commit 7b873ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.9.22'
ext.kotlin_version = '1.7.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

kotlin {
jvmToolchain(17)
jvmToolchain(8)
}

android {
Expand Down

0 comments on commit 7b873ed

Please sign in to comment.