https://kotlinlang.org logo
Title
s

Shawn

12/29/2018, 7:28 AM
namespacing is (mostly) handled using
package
directives and class names rather than filenames
d

dvlwj

12/31/2018, 2:11 AM
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

Shawn

12/31/2018, 7:37 AM
Kotlin has no construct like that and I can guarantee you you won’t need it lol
d

dvlwj

01/03/2019, 2:10 AM
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

Shawn

01/03/2019, 2:12 AM
that might be easier to do since PHP is interpreted, but Kotlin is decidedly not
d

dvlwj

01/03/2019, 3:31 AM
yeah, seems logical