Is there a way to run R8 for all the variants fo t...
# multiplatform
a
Is there a way to run R8 for all the variants fo the multiplatform targets(espcially for Java desktop where it is easy to decompile)? Even without considering obfuscation, R8 looks important as is does lots of other optimisations as well(like shortening of names, inlining variable etc which are targets independent)
h
You can configure it for the JVM, not sure about WASM, JS and iOS https://github.com/JetBrains/compose-multiplatform/issues/1174
m
j
R8 can only ingest Java class files. So no, you can't use it on targets other than JVM and Android.