Created
May 18, 2022 08:50
-
-
Save DoTheMonkeyBusiness/7878c5a37dad139d9ce7fa4184eb0348 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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