-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to the newest GradleKotlinConverter #4
Comments
Hello, |
Okay, thanks for the updates. Btw, I will help to create issue to that repo, can you define the specific problem? |
You can try pasting the code from the original repo into my project. You should get errors for missing RegexOption enums, as you can see on the Kotlin Docs, they are not available for Kotlin/JS. It would be necessary to remove those missing options and adjust each affected regex to maintain their original behaviour. |
I made a new version of my converter in a web version inspired by you: https://gradle-kotlin-converter.vercel.app/ |
hello, I try and it has different result with the terminal version of
GradleKotlinConverter
The different is apps will result error if there is compileOptions,
Beside that, there is no parenthesis at implementation conversion.
I have tried the terminal version, and it running well. So, I thing the problem is the code is not updated. Thanks!
The text was updated successfully, but these errors were encountered: