Tips and tricks for building libraries in Kotlin
Building libraries is hard, and keeping track of your public API surface harder. Kotlin 1.4’s explicit API mode tries to make the latter not be difficult anymore.
Building libraries is hard, and keeping track of your public API surface harder. Kotlin 1.4’s explicit API mode tries to make the latter not be difficult anymore.