mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix issue on proguard example (#1780)
This commit is contained in:
@@ -600,7 +600,7 @@ buildscript {
|
||||
|
||||
// Define task to obfuscate the JAR and output to <name>.min.jar
|
||||
tasks.register<ProGuardTask>("obfuscate") {
|
||||
val packageUberJarForCurrentOS by getting
|
||||
val packageUberJarForCurrentOS by tasks.getting
|
||||
dependsOn(packageUberJarForCurrentOS)
|
||||
val files = packageUberJarForCurrentOS.outputs.files
|
||||
injars(files)
|
||||
|
||||
Reference in New Issue
Block a user