Skip to content

Commit

Permalink
Remove compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Apr 18, 2024
1 parent 46c6989 commit 90fee82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MultiplatformDemo/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@ android {
minSdk = 21
targetSdk = 33
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}

0 comments on commit 90fee82

Please sign in to comment.