Hide internal members of Kotlin Module from JVM 🔐
Hello developers, in this article we’ll explore some things which need attention if you’re developing a library/SDK using Kotlin programming language which targets JVM or you want to make it interoperable with Java.
Introduction
If you are developing...
blog.shreyaspatil.dev5 min read
Leo
For all the robots who question their programming.
It is quite common to get "synthetic method" flags when decompiling Kotlin binaries with Java decompiler.
I always wondered what was their meaning. Thanks for the explanation!