Remove outdated comment

This commit is contained in:
2025-08-22 10:56:43 -06:00
parent 5549ae77be
commit d7a5363575
2 changed files with 13 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ android {
jvmTarget = "17"
}
// Ensure consistent JVM toolchain across all tasks
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
@@ -82,9 +81,6 @@ dependencies {
// Image Loading
implementation(libs.coil.compose)
// Charts - Placeholder for future implementation
// Charts will be implemented with a stable library in future versions
// Testing
testImplementation(libs.junit)
testImplementation(libs.mockk)