Closed lppedd closed 2 months ago
As noticed by @JesusMcCloud in #153, we depend on kotlin-reflect in the runtime, but we don't actually use it.
kotlin-reflect
That's awesome! This fix alone goes a long way to be compatible with more Kotlin versions simultaneously!
Looks good and all tests are passing. Merging.
As noticed by @JesusMcCloud in #153, we depend on
kotlin-reflect
in the runtime, but we don't actually use it.