Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RikNorakomi/b7e26d82623f9521512bd625624c8059 to your computer and use it in GitHub Desktop.
Save RikNorakomi/b7e26d82623f9521512bd625624c8059 to your computer and use it in GitHub Desktop.
compose multiplatform dependency
sourceSets {
commonMain.dependencies {
implementation("org.jetbrains.compose.ui:ui")
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment