-
The following proto file will not build using wire:
```
syntax="proto3";
message Simple {
int32 com = 1;
}
```
Fine if I wasn't so lazy and called my field centre_of_mass ;-)
Gen…
-
Hi, I am using kotlin to do my android project. Im using this library on my other java projects on android and all of them works fine. But when I use this with kotlin the cookie is not getting saved. …
-
Currently, it seems that terrestria is crashing a fabricmc instance I have on my personal computer that I've been trying to update to the latest version. Here's the most relevant error log that I saw,…
-
### Expected Behavior
Gradle should download from the Gradle Plugin Portal repository and **fallback** to using JCenter, rather than the Gradle Plugin Portal somehow "containing" JCenter itself (thro…
-
- [x] Read up on Android design patterns
- [x] Read up on Android architecture
- [x] Read up on Android testing
- [ ] Read up on Android Jetpack
-
hi, all this text has been translated, if you have any questions about the translation, I will try to explain. I downloaded cardboard and icommonlib on 1.19.2, I have downloaded a lot of mods on the s…
-
### Expected Behavior
Tweak the failed instantiation exception with an actionable action, e.g. instead of
```
Caused by: java.lang.IllegalArgumentException: Class Build_gradle.AolFontScrapper i…
bric3 updated
5 months ago
-
Subscribe to this issue and stay notified about new [daily trending repos in Kotlin](https://github.com/trending/kotlin?since=daily).
-
### Is your feature request related to a problem? Please describe.
Currently you have to change the generated implementation of the controller.
If the openapi.json file changes and you regenerate …
dibog updated
3 years ago
-
For instance splitting classes. Maybe also using a dependency injection framework if needed which works at compile time. For instance Dagger2...