Closed tonisives closed 1 year ago
could solution be to update kotlin version to 1.9.0?
plugins {
kotlin("jvm") version "1.7.10" apply false
https://github.com/saschpe/Kase64/blob/main/build.gradle.kts
I'll address that and provide a new release soon
I'm using kotlin 1.9, which defaults to js IR
Compiler finds
js
component, but it is inlegacy
format.ir
is actually required.