buckbone
buckbone copied to clipboard
Generated R class is not accessible from Kotlin code
Maybe the R.class can be build as an android_library() and then included as a dependency of java-deps.
I tried it but the resulting $(classpath :java-deps) turns out empty.
Same issue, is there a solution or workaround for this?
Nothing. Stuck with Gradle for now.
@andrzejtokarski this repo has a workaround for it, very hacky (as also mentioned by the author) but I tried and it generated the R.java for me. I'm stuck in another issue right now.