mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-20 21:26:02 +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