I have try to make package with IntelliJ IDEA and it works!
So i'm try to compile it with terminal using command :
kotlinc myFile.kt -include-runtime -d myFile.jar
But i got some error message:
"error: unresolved reference: ..."
How can i fix it ? :'l
Comments
Post a Comment