Refactor code structure for improved readability and maintainability

This commit is contained in:
k1ngsterr1
2026-01-30 18:21:26 +05:00
parent f7240ddfe6
commit 976a9d7ab2
2 changed files with 829 additions and 854 deletions

View File

@@ -48,10 +48,10 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions { jvmTarget = "1.8" }
kotlinOptions { jvmTarget = "11" }
buildFeatures { compose = true }
composeOptions { kotlinCompilerExtensionVersion = "1.5.4" }
packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } }