Skip to content

Commit

Permalink
chore: Update Kotlin Gradle plugin to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 12, 2024
1 parent b169516 commit 3613187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = "1.8"
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.demo"
Expand Down

0 comments on commit 3613187

Please sign in to comment.