I have a file called A.kt which has dependencies on B.jar. How to compile and run the kotlin file on CLI?
I have tried:
kotlinc A.kt -cp B.jar