Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Creating and Import Packages on Kotlin

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