File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aliasServer/aliasServerPackages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ a Kotlin project is structured into **packages**.
55A package contains one or more Kotlin files,
66with files linked to a package using a package header.
77A file may contain exactly one or zero package headers,
8- meaning each file belongs to exactly one package.
8+ which means that each file belongs to exactly one package.
99
1010In other words, packages allow you to specify the full
1111address to some Kotlin objects, such as functions.
1212This is similar to the full address in an apartment building –
1313if you have several tenants with the same last name living in the building,
14- then the full address including the street name, house number, and apartment number,
14+ then the full address including the street name, house number, and apartment number
1515will help you find the right person.
1616
1717In code, the package is placed at the very top of the Kotlin file and starts with the [ ` package ` ] ( https://kotlinlang.org/docs/packages.html ) keyword.
You can’t perform that action at this time.
0 commit comments