mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-09-12 19:24:26 +00:00
update dependencies
This commit is contained in:
@@ -73,3 +73,10 @@ java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
|
||||
compose {
|
||||
if (composePluginKotlinVersion != null && !composePluginKotlinVersion.isEmpty()) {
|
||||
kotlinCompilerPlugin.set(composePluginKotlinVersion)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user