FilePicker and basic zip handling
This commit is contained in:
parent
783a700f04
commit
ea08a1317a
6 changed files with 59 additions and 11 deletions
|
|
@ -29,11 +29,8 @@ android {
|
|||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
buildFeatures {
|
||||
compose = true
|
||||
|
|
@ -51,6 +48,8 @@ dependencies {
|
|||
|
||||
ksp("androidx.room:room-compiler:$room_version")
|
||||
|
||||
implementation("io.github.chochanaresh:filepicker:0.6.0")
|
||||
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.androidx.lifecycle.runtime.ktx)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue