Git Product home page Git Product logo

Comments (10)

neetopia avatar neetopia commented on May 7, 2024

I haven't tried maven yet, but Gradle is using maven repositories, and the artifacts are on google maven repository, it should work out of box on maven. You need to add google maven repository to your project and use artifact ID "org.jetbrains.kotlin:kotlin-symbol-processing-api:1.4-M1-dev-experimental-20200610".

from ksp.

neetopia avatar neetopia commented on May 7, 2024

But for using the processors you write in maven, this will be non-trivial as currently there is only gradle plugin support.

from ksp.

jamal-ahmad avatar jamal-ahmad commented on May 7, 2024

Not sure if this falls under the same question but currently i'm using KSP to process some JAXB generated classes:

  • JAXB generates classes in Java
  • my KSP based plugin then generates more kotlin classes based on those
  • gradle compiles the generated java and kotlin sources and packages them into a jar com.company.codegen:myLibrary:1.0.0

would the KSP generated classes be visible/usable by the consumer of the JAR?

from ksp.

jamal-ahmad avatar jamal-ahmad commented on May 7, 2024

Following up on this. If i package up the XJC generated classes and the KSP generated classes and install the package into my local .m2, then i'm able to access all generated artifacts (XJC and KSP) in both maven and gradle project without modifying the source sets.

from ksp.

teras avatar teras commented on May 7, 2024

@i-walker There is this project in github, which does exactly this.
https://github.com/Dyescape/kotlin-maven-symbol-processing
I tried it and works and the solution seems easy and clean. I have zero idea how it is done though.
My problem is, that I need to add a parameter and I don't find a way to do it.
Any ideas?

from ksp.

i-walker avatar i-walker commented on May 7, 2024

Thanks @teras it worked fine 🙌🏾

from ksp.

teras avatar teras commented on May 7, 2024

For future reference: it's even possible to add options. The documentation of kotlin-maven-symbol-processing has been updated to demonstrate just this.

from ksp.

jamal-ahmad avatar jamal-ahmad commented on May 7, 2024

@i-walker There is this project in github, which does exactly this. https://github.com/Dyescape/kotlin-maven-symbol-processing I tried it and works and the solution seems easy and clean. I have zero idea how it is done though. My problem is, that I need to add a parameter and I don't find a way to do it. Any ideas?

I haven't tested this myself, but please feel free to close the issue if the solution works.
I've ported my projects to gradle and no longer need maven support. Regardless though, i'm happy this works 🙂

from ksp.

BreimerR avatar BreimerR commented on May 7, 2024

Anyone have an existing sample on github?

from ksp.

evanchooly avatar evanchooly commented on May 7, 2024

@BreimerR https://github.com/MorphiaOrg/critter/blob/master/tests/maven/kotlin/pom.xml#L51

from ksp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.