Is it possible to make the usage of KSP easier?

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Gradle

    Adaptable, fast automation for all

  • module { // Make IDEA aware of KSP generated code // Not using += due to https://github.com/gradle/gradle/issues/8749 sourceDirs = sourceDirs + project.file("build/generated/ksp/main/kotlin") // or tasks["kspKotlin"].destination testSourceDirs = testSourceDirs + project.file("build/generated/ksp/test/kotlin") generatedSourceDirs = generatedSourceDirs + project.file("build/generated/ksp/main/kotlin") + project.file("build/generated/ksp/test/kotlin") }

  • ksp

    Kotlin Symbol Processing API

  • Some guys consider it as a bug.https://github.com/google/ksp/issues/969

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts