mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-08 19:08:46 +01:00
chore: update :core:api gradle script
This commit is contained in:
parent
0456a6b5c7
commit
c75fa9ca89
@ -56,20 +56,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
add(
|
||||
"kspCommonMainMetadata",
|
||||
libs.ktorfit.ksp
|
||||
)
|
||||
add(
|
||||
"kspAndroid",
|
||||
libs.ktorfit.ksp
|
||||
)
|
||||
add(
|
||||
"kspIosX64",
|
||||
libs.ktorfit.ksp
|
||||
)
|
||||
add(
|
||||
"kspIosSimulatorArm64",
|
||||
libs.ktorfit.ksp
|
||||
)
|
||||
add("kspCommonMainMetadata", libs.ktorfit.ksp)
|
||||
add("kspAndroid", libs.ktorfit.ksp)
|
||||
add("kspIosX64", libs.ktorfit.ksp)
|
||||
add("kspIosArm64", libs.ktorfit.ksp)
|
||||
add("kspIosSimulatorArm64", libs.ktorfit.ksp)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user