Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hardcode 17
Browse files Browse the repository at this point in the history
dcvz committed Feb 6, 2024
1 parent ab8fe44 commit e93d4bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kotlin-audio-example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
@@ -36,7 +34,7 @@ android {
targetCompatibility = JavaVersion.VERSION_17.toString()
}
kotlinOptions {
jvmTarget = JvmTarget.JVM_17
jvmTarget = "17"
}
buildFeatures {
compose = true

0 comments on commit e93d4bd

Please sign in to comment.