-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Code generation fail if the composable has an Opt-In Annotation #5
Comments
Hi again @eric-ampire 🙂 |
I'm not able to reproduce it. Thanks in advance 🙏 |
Yes exactly, this is the error
…On Tue, 5 Oct 2021, 00:30 Rafael Costa, ***@***.***> wrote:
Ahh I see, of course! You mean an annotation that requires opt in. My bad
🤦♂️
Now I can reproduce it, I believe.
Can you confirm that this is the issue?
[image: image]
<https://user-images.githubusercontent.com/80427734/135932902-c7267130-3014-4b16-a61f-f4fd0398aa68.png>
The error message can be different depending on the actual opt in
annotation, but otherwise this is it, correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHUIZUKV3VAY2CY6SD2X7GLUFITI7ANCNFSM5FKHWESA>
.
|
Cool! This will be fixed on next release :) for now you can @OptIn(ExperimentalWhatever::class) in the Composable. |
Good news 😃
…On Mon, 11 Oct 2021, 20:25 Rafael Costa, ***@***.***> wrote:
Closed #5 <#5>
via 78b02e6
<78b02e6>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHUIZUIM7OSTLVOOEUBHVE3UGMTZXANCNFSM5FKHWESA>
.
|
raamcosta
added a commit
that referenced
this issue
Mar 11, 2022
raamcosta
added a commit
that referenced
this issue
Mar 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code generation doesn't succeed if the composable has an Opt-In annotation
The text was updated successfully, but these errors were encountered: