Add reusable workflows for PRs and testing builds
This commit is contained in:
parent
8a1b75012b
commit
c425db736f
7 changed files with 2637 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ kotlin = "1.9.21"
|
|||
kotlinxSerializationJson = "1.6.0"
|
||||
#KSP
|
||||
ksp = "1.9.21-1.0.16"
|
||||
#Detekt
|
||||
detekt = "1.23.3"
|
||||
#AndroidX
|
||||
androidx-constraintlayout = "2.1.4"
|
||||
androidx-swiperefreshlayout = "1.1.0"
|
||||
|
|
@ -61,3 +63,4 @@ android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
|||
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue