Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kapt plugin mentioning is broken #62

Open
emartynov opened this issue Aug 1, 2023 · 3 comments
Open

Kapt plugin mentioning is broken #62

emartynov opened this issue Aug 1, 2023 · 3 comments

Comments

@emartynov
Copy link

Gradle

    id 'kotlin-kapt'

Should be Kotlin

    id("kotlin-kapt")

Right now

    id("kotlin-kapt("))
@bernaferrari
Copy link
Owner

urghhhh, I need better tests. Hopefully with GPT and K2 things might get a lot easier. Thanks for insisting!

I want to make a web app that does this conversion, instead of the script.

@emartynov
Copy link
Author

No issues at all! Thank you so much for the script that helps really a lot!

@bernaferrari
Copy link
Owner

You are welcome. I'm thinking about rewriting in TS but it feels kind of rogue. At the same time, I don't know how to integrate Kotlin into a NextJS app. Let's see what I find out in the upcoming months. Thanks for the support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants