You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin files compiled with gRPC contain inline functions that cause following warnings with the compiler:
Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types
it is unclear to me what exactly causes the inline functions, but the compiler does believe that they are unnecessary. Perhaps there is a way to opt out of this behaviour or the warnings, but I have not discovered it yet.
The text was updated successfully, but these errors were encountered:
Kotlin files compiled with gRPC contain inline functions that cause following warnings with the compiler:
Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types
it is unclear to me what exactly causes the inline functions, but the compiler does believe that they are unnecessary. Perhaps there is a way to opt out of this behaviour or the warnings, but I have not discovered it yet.
The text was updated successfully, but these errors were encountered: