Changed files required to get the app to run correctly. Removed suspend from affected DAO files and funcs, and changed to (Kotlin v1.9.22) and (Kotlin compiler v1.5.8)

This commit is contained in:
Noah Vendrig 2024-10-12 17:28:03 +11:00
parent ba7a559714
commit 8fc7dbbfd1
7 changed files with 24 additions and 33 deletions

View file

@ -380,7 +380,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.3.2'
kotlinCompilerExtensionVersion '1.5.8'
}
namespace 'fr.free.nrw.commons'
lint {