https://kotlinlang.org/docs/whatsnew14.html#explicit-api-mode-for-library-authors
We probably want to turn this on for everything except internals, and revisit our exposed API surface to make sure we don't expose anything that doesn't really belong in the public namespace (looking at you, runRethrowing).
https://kotlinlang.org/docs/whatsnew14.html#explicit-api-mode-for-library-authors
We probably want to turn this on for everything except
internals, and revisit our exposed API surface to make sure we don't expose anything that doesn't really belong in the public namespace (looking at you,runRethrowing).