Preparing to move Kind1 content parsers to commons.

This commit is contained in:
Vitor Pamplona
2024-02-21 15:25:40 -05:00
parent 4b9a55e178
commit 90175198f0
15 changed files with 616 additions and 534 deletions
+6
View File
@@ -37,6 +37,12 @@ android {
dependencies {
implementation project(path: ':quartz')
// Import @Immutable and @Stable
implementation "androidx.compose.ui:ui:$compose_ui_version"
// immutable collections to avoid recomposition
api('org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'