Sulaiman Oboody

Results 8 comments of Sulaiman Oboody

I think your problem is not from this library rather the usage of Gradle! Adding `implementation` is not enough to make Gradle add the library to the output jar. You...

No, I didn't 😅 I thought you didn't knew about fat-jars but It seems that the issue isn't about it About the issue, it might be because there is a...

Why not making it configurable in the settings?

Or better, why not making it project level thing? because every project might have its own better convention.

The settings might be like this: - invoke methods with braces or not - prefer GString over string or the way around with the exception of always using GString when...

Any updates? I really don't want to use `vim` or `scp`

I might add my implementation https://github.com/cufyorg/kaguya 😗 It is a `kotlin`-friendly wrapper for `graphql-java` with `ktor` integration You might try the template https://github.com/cufyorg/ktor-graphql-template

@Francynox > I have the impression that it is a little bit slower in executing requests compared to KGraphql No, its not. At least, not like what you think `KGraphQL`...