javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

javaCCPlugin in Android Studio #72

Closed Zemedk closed 5 months ago

Zemedk commented 5 months ago

Hi, I want to use JavaCC in Android studio. but I don't master gradle. I applied what is written here but I couldn't get it to work. InputDirectory, OutputDirectory didn't work.

zbynek commented 5 months ago

Hi,

one option that works well is to split your Gradle project into 2 modules:

It should be also straightforward to use JavaCC without splitting into modules, you just have to make sure that

Let me know if this helps.