Skip to content

Instantly share code, notes, and snippets.

@DoTheMonkeyBusiness
Created May 17, 2022 14:11
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/f31a7ae969cb1adbb447f452e50a1adb to your computer and use it in GitHub Desktop.
Save DoTheMonkeyBusiness/f31a7ae969cb1adbb447f452e50a1adb to your computer and use it in GitHub Desktop.
Ksp extension for multiplatform project
package extension
import org.gradle.api.Project
fun Project.ksp(dependencyNotation: Any) {
project.dependencies.add("ksp", dependencyNotation)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment