1 2 3 4 5 6 7 8 9
package example.kusedep; import example.dep.Dep; fun main(args: Array<String>) { val dep = Dep() println(dep) System.exit(0) }