Add reusable workflows for PRs and testing builds

This commit is contained in:
Ensar Sarajčić 2024-09-28 12:36:38 +02:00
parent 8a1b75012b
commit c425db736f
7 changed files with 2637 additions and 1 deletions

View file

@ -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" }