namespacing is (mostly) handled using `package` di...
# getting-started
s
namespacing is (mostly) handled using
package
directives and class names rather than filenames
d
erm, in PHP you can include/import a file, and all the script /code in the file gonna be re-written/added at the line where we declare it. tbh, i doesn't remember the name if it was
include()
or
import()
in PHP.
s
Kotlin has no construct like that and I can guarantee you you won’t need it lol
d
sry late reply @Shawn, yes, im doubting it, i just ask if there is one, maybe i can do something with it if they are exist.
btw thanks !
s
that might be easier to do since PHP is interpreted, but Kotlin is decidedly not
d
yeah, seems logical