fun embedPackage(dependencyNotation: Any, vararg pkgs: String, export: Boolean = false): Unit
fun embedPackage(dependencyNotation: Any, pkgs: Iterable<String>, export: Boolean = false): Unit
Copy packages from external dependency (JAR) to currently built OSGi bundle.
This utility method does not work when Gradle feature "configuration on demand" is enabled as of dependencies should be configured before task is configured nor executed.