From 2fbc4193d891e5c46b4a18cbd1f91005a9a9c32d Mon Sep 17 00:00:00 2001 From: Santiago Mattiauda Date: Mon, 22 Apr 2024 15:04:03 -0300 Subject: [PATCH] [feature] start to publish --- gradle.properties | 1 - watcher/build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 11bef07..ba55d37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,6 @@ compose_compiler=1.5.11 android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false -android.disableAutomaticComponentCreation=true # Lib group_id=io.github.santimattius diff --git a/watcher/build.gradle.kts b/watcher/build.gradle.kts index d22d54a..d79525f 100644 --- a/watcher/build.gradle.kts +++ b/watcher/build.gradle.kts @@ -33,7 +33,7 @@ android { targetCompatibility = JavaVersion.VERSION_1_8 } kotlinOptions { - jvmTarget = "1.8" + jvmTarget = JavaVersion.VERSION_1_8.toString() } buildFeatures { compose = true