Hi, very stupid question about compilation , in ja...
# getting-started
a
Hi, very stupid question about compilation , in java i can do something like this: "javac -sourcepath . Main.java", what best way to do same in kotlin ? cause if i try "kotlinc -cp . Test.kt" (and if it have dependency in files) it's fail with "unresolved reference"