-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
With explicit API mode, you must:
Add visibility modifiers to your declarations to make them public, instead of relying on the default public visibility. This ensures that you've considered what you're exposing as part of the public API.
Define the types for all your public functions and properties to prevent unintended changes to your API from inferred types.
https://kotlinlang.org/docs/whatsnew14.html#explicit-api-mode-for-library-authors
Metadata
Metadata
Assignees
Labels
No labels