Koin Internal Api
@RequiresOptIn(message = "API marked as @KoinInternalAPI and is intended for internal framework use only. It may change or be removed in future releases without notice. External usage is strongly discouraged.", level = RequiresOptIn.Level.ERROR )
Internal APIs @KoinInternalAPI annotation. Tag APIs are not part of the public contract and:
Internal use only: Are designed solely for the internal mechanisms of Koin.
Subject to change: May undergo modifications or be removed in future releases without prior notice.
Avoid external usage: Developers are discouraged from using these APIs in their application code to maintain long-term compatibility.
Author
Arnaud Giuliani