Using the latest compose compiler

This commit is contained in:
ThomasSession
2024-09-12 09:15:36 +10:00
parent 607dae2450
commit f0c8ec81e5
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.14'
kotlinCompilerExtensionVersion '1.5.15'
}
defaultConfig {