Preparing to move Kind1 content parsers to commons.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user