Anyone here have an idea why I can't use an extens...
# announcements
w
Anyone here have an idea why I can't use an extension function after I've exported my APIs to a jar file, trying to use the jar in another project and I cant get it resolved despite the .class file that contains the extension function existing
k
Both projects are written in Kotlin?
w
Yes
I just opened a fresh project to test out the jar, and I can't get it to import the extension function