-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
ktx-tools gradle plugin buildsystem issues #38
Comments
Try including stdlib in |
Anyway, I'd prefer if you prepared the |
I switched to compile scope, same thing. I don't think nullability is an issue here, it works in a standalone project, so must be the top level gradle is doing something weird with it. And yes I am naturally going to keep it separate and have the plugin call that. But right now I'm doing a proof of concept - there needs to be a way to call it at pre compile time especially so I can properly test it in real usage, for me that way is gradle. I'm not going to finish building a library and get stuck on connecting it to the build system, that just isn't my workflow. And it's a good thing it isn't tbh - believe it or not I already encountered a segfault in gradle I had to find a workaround (or it would be impossible to ever call the generator from gradle). |
Sure, whatever works for you. Just saying that I'd probably keep these two in separate Gradle modules ( Start with basically any Kotlin Gradle plugin out there, gradually rewrite it until it works and does what you want it to do. : P |
alright, managed to fix it it seemed. did i mention i hate buildsystems? caching always gets me in the end, whether it's buildsystems or web browsers ;) anyway, thanks for the advice, i appreciate it |
OK, I'm closing this for now. If you still have any problems with the implementation of |
i'm working on the gradle plugin which will end up running a code generator on whatever we want (my focus is on fonts, sounds, textures not in particular order).
i could use some help on this issue right now. if you check out my fork, https://github.com/sreich/ktx/tree/feature/ktx-tools
running install on ktx-tools fails..not sure why it's failing at that task though. once i get this building a "hello world" then i can begin work on it. i'm inexperienced in gradle, but had it working fine before combining it into ktx-tools.
The text was updated successfully, but these errors were encountered: