1
Step 1
Add the version in your
/gradle/libs.versions.toml file under versionslibs.versions.toml
2
Step 2
Add the library in your
/gradle/libs.versions.toml file under librarieslibs.versions.toml
3
Step 3
Add the library to the
dependencies block of your build.gradle.kts file in your commonMain source set.build.gradle.kts
4
Step 4
Sync project to continue