https://kotlinlang.org logo
Title
w

waicool20

10/10/2017, 2:59 PM
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

karelpeeters

10/10/2017, 3:29 PM
Both projects are written in Kotlin?
w

waicool20

10/10/2017, 4:02 PM
Yes
I just opened a fresh project to test out the jar, and I can't get it to import the extension function