chore(lemmy): fix build scripts after Gradle update

This commit is contained in:
Diego Beraldin 2023-09-26 19:34:31 +02:00
parent 077866fbde
commit d42d94ff40
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
kotlin {
targetHierarchy.default()
android {
androidTarget {
compilations.all {
kotlinOptions {
jvmTarget = "1.8"

View File

@ -7,7 +7,7 @@ plugins {
kotlin {
targetHierarchy.default()
android {
androidTarget {
compilations.all {
kotlinOptions {
jvmTarget = "1.8"