Add dependencies for Kotlin Multiplatform project To add a dependency on a library, set a dependency of the required type (for example, implementation ) in the dependencies block in your Gradle build script. Alternatively, you can set dependencies at the top level.
How do I add dependency to Gradle Kotlin?
Add dependencies for Kotlin Multiplatform project To add a dependency on a library, set a dependency of the required type (for example, implementation ) in the dependencies block in your Gradle build script. Alternatively, you can set dependencies at the top level.