fix: accidental code changes

This commit is contained in:
andrekir
2024-06-30 10:34:03 -03:00
parent f622291983
commit 07e7a40ba0

View File

@@ -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 {