Mastering API Visibility in Kotlin with Márton Braun, Android Worldwide

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

A bunch of things I've never had to think about as I've never had to build a library like that. Very interesting things to learn here!

GakisStylianos
Автор

Well here I am 1 year later, actually having to use the @InternalMyLibraryApi trick. So glad I had watched this all this time ago 😅

GakisStylianos