fix: accidental code changes

pull/1053/head 2.3.14
andrekir 2024-06-30 10:34:03 -03:00
rodzic f622291983
commit 07e7a40ba0
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,7 @@
plugins {
id 'com.android.application'
id "org.jetbrains.kotlin.android"
id "org.jetbrains.kotlin.plugin.compose"
id "org.jetbrains.kotlin.plugin.parcelize"
id 'kotlin-android'
id 'kotlin-parcelize'
id 'kotlinx-serialization'
id 'com.google.dagger.hilt.android'
id 'de.mobilej.unmock'
@ -93,6 +92,9 @@ android {
aidl true
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
}
// Configure the build-logic plugins to target JDK 17
// This matches the JDK used to build the project, and is not related to what is running on device.
compileOptions {