buckbone icon indicating copy to clipboard operation
buckbone copied to clipboard

A simple android project generator for the Buck build system

Results 4 buckbone issues
Sort by recently updated
recently updated
newest added

Just wandering now that Buck has the ability to generate idea and xcode project, why another? :)

Were you ever able to get annotation processing working with Kotlin and buck?

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.

Hi, first of all thank you for writing this generator, step in good direction. While buckbonejava script works for me without any problems, buckbonekotlin generates a project but when I...