oday
01/21/2023, 3:30 PM<http://com.something.app|com.something.app>
to all of them, and then inside Main.kt I do import com.something.app.Foo
and attempt to use it inside Main, but it’s undefined
the way I’m running Main is just kotlinc Main.kt -include-runtime -d jar
and then java -jar thatJar.jr
Joffrey
01/21/2023, 4:38 PMMain.kt
you could compile *.kt
to compile all your files at the same timeRob Elliot
01/21/2023, 4:38 PModay
01/21/2023, 4:38 PMkotlinc *.kt
and then I go into Runner.kt, kotlinc Runner.kt ….
and produce a jar and run it, I get that LinkedList is unresolved