MinnDevelopment / discord-webhooks

Provides easy to use bindings for the Discord Webhook API
Apache License 2.0
180 stars 34 forks source link

0.8.2 causing kotlin to be shaded #72

Closed MWHunter closed 1 year ago

MWHunter commented 1 year ago

0.8.2 causes kotlin to be shaded compared to 0.8.0 when I have this plugin as a dependency. Is this intentional? I don't see any reason why kotlin must be shaded.

MinnDevelopment commented 1 year ago

OkHTTP is now a kotlin library and requires the kotlin standard library to function.