-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opt-in into API implementation #320
Comments
This seems like it can be achieved today without adding new primitives:
|
Any reason why
The first two suggestions share the same term ( |
Unfortunately, current experimental/opt-in markers can’t cover all library use-cases. The main use-case for
Its behavior can’t be achieved using a simple experimental marker. |
This issue is for discussion of the proposal to introduce
@SubclassOptInRequired
annotation in Kotlin to provide a mechanism to require opt-in for API implementation only.Proposal PR #319
The text was updated successfully, but these errors were encountered: