implementation
Add a dependency to the commonMain source set's implementation configuration.
implementation-scoped dependencies apply during compilation and runtime. Gradle doesn't export them to the compilations of library consumers, but it does include their runtime components.