mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-04 01:35:36 +08:00
35 lines
1.4 KiB
TOML
35 lines
1.4 KiB
TOML
[versions]
|
|
sdk-compile = "34"
|
|
sdk-min = "21"
|
|
sdk-target = "33"
|
|
|
|
compose-bom = "2023.09.00"
|
|
compose-compiler = "1.5.3"
|
|
activity-compose = "1.8.0-beta01"
|
|
paging = "3.2.1"
|
|
|
|
plugin-android-gradle = "8.1.1"
|
|
plugin-kotlin = "1.9.10"
|
|
plugin-detekt = "1.21.0"
|
|
plugin-spotless = "6.5.1"
|
|
plugin-mavenpublish = "0.25.3"
|
|
|
|
java-toolchain = "17"
|
|
|
|
[libraries]
|
|
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
|
compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
|
compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
compose-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-activitycompose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
|
|
androidx-pagingruntime = { module = "androidx.paging:paging-runtime", version.ref = "paging" }
|
|
androidx-pagingcompose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "plugin-android-gradle" }
|
|
android-library = { id = "com.android.library", version.ref = "plugin-android-gradle" }
|
|
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "plugin-kotlin" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "plugin-detekt" }
|
|
spotless = { id = "com.diffplug.spotless", version.ref = "plugin-spotless" }
|
|
mavenpublish = { id = "com.vanniktech.maven.publish", version.ref = "plugin-mavenpublish" }
|