Android Worldwide April 2021
2021-04-27 • Online • Event page
Resources
Talk details
Mastering API Visibility in Kotlin
When designing a library, minimizing your API surface - the types, methods, properties, and functions you expose to the outside world - is a great idea. This doesn’t apply to just libraries: it’s a consideration you should make for every module in a multi-module project. In this talk, we’ll look at all the ways that Kotlin lets you get your visibility just right.
This talk is adapted from the article with the same title.
Resources:
- Articles and talks about library development
- Opt-in requirements (Kotlin documentation)
- Androidx
RequiresOptIn
andOptIn
- All the kotinx.coroutines opt-in annotations
- Kotlin binary compatibility validator plugin
- Books with relevant best practices