Is there a canonical way to request exposing an AP...
# compiler
z
Is there a canonical way to request exposing an API in IR? I'd like to reuse some code from data class generation but it uses an internal
GeneratorContext
API that looks pretty generally useful
3
r
I was relying on an internal API that broke with a new compiler version. After bringing it up JB started to expose proper APIs. I’d suggest to file a normal ticket. My impression for tickets around the compiler so far has been positive. JB was quick to reply. Here’s my ticket in case it helps: https://youtrack.jetbrains.com/issue/KT-42103
🎉 2