Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Created April 26, 2022 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PiotrPrus/96d9c1f0d2181cd24f84e402bb9a5ae1 to your computer and use it in GitHub Desktop.
Save PiotrPrus/96d9c1f0d2181cd24f84e402bb9a5ae1 to your computer and use it in GitHub Desktop.
kotlin {
android()
ios {
binaries {
framework {
baseName = "shared"
export(project(":sharedResources"))
export(Deps.Resources.core)
}
}
}
sourceSets {
commonMain {
dependencies {
api(project(":sharedResources"))
api(Deps.Resources.core)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment