implementation

abstract val implementation: DependencyCollector

Used to add dependency to commonMain implementation configuration

implementation scoped dependencies are used during compilation and at runtime. They are not exported to compilations of library consumers, but are exported for their runtime.