Compile extensions with import java class file

@Legion, with the latest release of Rush, which is a build tool that simplifies the process of extension development, it is now possible to include packages other than your extension's main package within your extension. This means that every package that is inside the src directory will be available to your extension during runtime.

For more information on what Rush is and how it makes it easier to develop extensions, check out the below topic: