update dependencies

This commit is contained in:
2023-09-12 14:11:12 +06:00
parent 14337ccb46
commit f17613f3fb
3 changed files with 17 additions and 3 deletions

View File

@@ -73,3 +73,10 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
compose {
if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
kotlinCompilerPlugin.set(composePluginKotlinVersion)
}
}