Move plugins.api into separate module #216
Labels
average
An issue that is neither hard nor easy to resolve.
high priority
An issue that should be resolved right away.
Problem
The plugins folder contains the API as well as kotlin plugins. By moving the API (we should rename this) into a separate module, this would contribute to #155
Implementation
Create gradle module
api
with a dependency on therootProject
and kotlin.Move api package from plugins folder into src/main/kotlin within the api module.
The text was updated successfully, but these errors were encountered: