fix: Immutables

This commit is contained in:
Ahmad Ansori Palembani 2024-06-09 16:11:53 +07:00
parent caf731fc14
commit 2c2daa0cd7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 7 additions and 5 deletions

View file

@ -293,6 +293,8 @@ dependencies {
// Android Chart
implementation(libs.mpandroidchart)
implementation(kotlinx.immutable)
// Tests
testImplementation(libs.bundles.test)
testRuntimeOnly(libs.bundles.test.runtime)