Replies: 2 comments 1 reply
|
Can you please remind me if there are any legit cases when you'd want to use those APIs over the metadata ones? Only when you don't care about the lossiness of the elements API? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been thinking about the
TypeMirror->TypeNameAPIs and I think what coroutines did withGlobalScopeis a neat middle ground: annotate them with an experimental annotation like@SensitiveKotlinPoetApi.So if you opt in to using it, you're saying you Know What You're Doing™️. Then we could undeprecate them and leave them for those specific cases.
Thoughts?
All reactions