impliedImportClasses

Similar to impliedImportPackages, but for individual classes. The key is the name of the class as it will be referred to in the feather code, and the value is the actual Class.

The default is empty.

The following achieve the same results :

impliedImportClasses["MyClass"] = MyClass::class.java

import my.package.MyClass