I am developing a future open source Android library with Kotlin, and I'd like to count the methods from my own code as well as from dependencies. Since how Kotlin differs from Java, I assume the tool should take an aar input as a file to get the real methods count, but I only found tools taking apk files as inputs so far.
How can I do it the simplest way?
Thanks for your help!