KoinExperimentalAPI

@RequiresOptIn(message = "API marked as @KoinExperimentalAPI. The current API is actively under development, and may change or be removed without notice. Feedback will help stabilize this API.", level = RequiresOptIn.Level.WARNING)
annotation class KoinExperimentalAPI

Experimental APIs - To foster innovation while gathering valuable community feedback, we introduce new features and APIs under the @KoinExperimentalAPI annotation. This designation indicates that:

  • Under active development: The API is still in its design phase and is subject to change.

  • Feedback encouraged: We invite developers to test these features and share their experiences, helping us refine and improve the design.

  • Potential breaking changes: Because these APIs are experimental, they might be modified or removed in subsequent releases as we iterate based on community input.

Author

Arnaud Giuliani

Victor Alenkov