feat: localisation with lyricist

This commit is contained in:
2026-06-05 23:52:30 +02:00
parent 039f1c430a
commit ed3371aa6f
12 changed files with 453 additions and 243 deletions
+5 -1
View File
@@ -17,4 +17,8 @@ kotlin.code.style=official
# which conflicts with how KSP tries to register its generated sources.
# This tells AGP to allow KSP to use the kotlin.sourceSets DSL to register its generated code
# (the Room-generated AppDatabase_Impl etc.), which it needs to do.
android.disallowKotlinSourceSets=false
android.disallowKotlinSourceSets=false
ksp.useKsp2=true
ksp.incremental=true
ksp.incremental.log=false