romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
782 stars 23 forks source link

document if decompilation of apk is possible #63

Closed gogo2464 closed 3 months ago

gogo2464 commented 3 months ago

Hello,

I would like to be able to decompile apk in kotlin with kotlin-explorer.

Is it currently possible? Is it a compiler instead of a decompiler?

Best reagrds.

romainguy commented 3 months ago

It disassembles the code it compiles. At no point does the readme nor the tool make any claims about APKs. So no, it won't decompile an APK into Kotlin code.