implementation 'com.blankj:utilcodex:1.31.1'
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'com.github.liangjingkanji:BRV:1.6.1'
implementation 'io.github.scwang90:refresh-header-classics:2.0.5'
implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'com.github.getActivity:ShapeView:9.0'
implementation 'org.jsoup:jsoup:1.16.1'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:logging-interceptor")
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.9'
implementation "androidx.datastore:datastore-preferences:1.0.0"
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
implementation 'com.github.li-xiaojun:XPopup:2.10.0'
debugImplementation "com.github.simplepeng.SpiderMan:spiderman:v1.1.9"
debugImplementation 'com.guolindev.glance:glance:1.1.0'
def room_version = "2.6.1"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-paging:$room_version"
ksp "androidx.room:room-compiler:$room_version"
implementation "androidx.paging:paging-compose:3.3.2"
implementation "androidx.navigation:navigation-compose:2.8.3"
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
implementation 'androidx.activity:activity-compose:1.9.3'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7'
def compose_bom = "androidx.compose:compose-bom:2024.10.01"
implementation platform("$compose_bom")
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
androidTestImplementation platform("$compose_bom")
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
implementation("io.coil-kt.coil3:coil-compose:3.0.2")
implementation("io.coil-kt.coil3:coil-network-okhttp:3.0.2")
implementation 'com.github.thegrizzlylabs:sardine-android:0.9'
implementation "androidx.media3:media3-exoplayer:1.4.1"
implementation "androidx.media3:media3-exoplayer-dash:1.4.1"
implementation "androidx.media3:media3-ui:1.4.1"
debugImplementation "io.github.yvescheung:Uinspector:2.0.20"
debugImplementation 'com.guolindev.glance:glance:1.1.0'
项目build.gradle
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.21' apply false
id 'com.google.devtools.ksp' version '2.0.21-1.0.26' apply false
app模块build.gradle
id 'kotlin-parcelize'
id 'kotlinx-serialization'
id 'com.google.devtools.ksp'