I have this library plugin whose sole purpose is t...
# announcements
d
I have this library plugin whose sole purpose is to add kotlin to the classpath. However, it has to relocate the kotlin package to something unique. When I go to make something else that depends on this library plugin, the kotlin compiler is adding in imports for kotlin.* or w/e it is. Problem with this is obviously that the compiler isn't adding in the correctly relocated package names in the imports. Anything I can do about this?