When `@InlineOnly` was introduced, an idea was flo...
# language-proposals
k
When
@InlineOnly
was introduced, an idea was floating around to separate such methods into an artifact that was only available during compile time. This could help reduce method count on Android because the
@InlineOnly
methods wouldn't be packaged inside the APK. Has there been any new development on that?
10