Skip to content

Instantly share code, notes, and snippets.

@DoTheMonkeyBusiness
Created May 18, 2022 08:50
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 DoTheMonkeyBusiness/7878c5a37dad139d9ce7fa4184eb0348 to your computer and use it in GitHub Desktop.
Save DoTheMonkeyBusiness/7878c5a37dad139d9ce7fa4184eb0348 to your computer and use it in GitHub Desktop.
sourceSets {
val commonMain by getting {
kotlin.srcDir("build/generated/ksp/desktop/desktopMain/kotlin")
dependencies {
implementation(libs.koin.core)
implementation(libs.koin.ksp.annotations)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment