Gradle: Update Kotlin, Room and Compose Compiler versions

This commit is contained in:
Ifeoluwa Andrew Omole 2025-02-26 20:37:33 +01:00
parent be0b1db193
commit 5dd5eb37c3
3 changed files with 5 additions and 4 deletions

View file

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