bernaferrari / GradleKotlinConverter

Convert from Groovy to Kotlin DSL for Gradle, focused on Android.
https://gradle-kotlin-converter.vercel.app
Apache License 2.0
919 stars 60 forks source link

Kapt plugin mentioning is broken #62

Open emartynov opened 1 year ago

emartynov commented 1 year ago

Gradle

    id 'kotlin-kapt'

Should be Kotlin

    id("kotlin-kapt")

Right now

    id("kotlin-kapt("))
bernaferrari commented 1 year ago

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 commented 1 year ago

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

bernaferrari commented 1 year ago

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!