[Internal] Add issue label for Kotlin #2640
Replies: 3 comments 3 replies
-
Maybe a "java-8" label would be useful as well, for all issues which require Java 8 as minimum version. That could be for example the issues about built-in support for |
Beta Was this translation helpful? Give feedback.
-
I've created the |
Beta Was this translation helpful? Give feedback.
-
@eamonnmcmanus, do you think a "proguard-r8" label or similar for all ProGuard and/or R8 related issues and pull requests would be useful? Technically ProGuard and R8 behave differently, and for ProGuard it might also depend on which plugin you are using (Guardsquare/proguard#337), and for R8 whether you are using "compatibility mode" or "full mode", but it is probably not worth having separate labels for that, but instead just one covering any obfuscation and shrinking tool. |
Beta Was this translation helpful? Give feedback.
-
There are multiple issues which are exclusively about using Gson with Kotlin. It might be useful to have a "kotlin" label which we can use on these issues so that we can more easily search and group them in the future.
Most or all of these issues are about Gson not supporting Kotlin-specific language features at the moment.
If an issue is also reproducible with Java but possibly someone mentioned that Kotlin is affected as well, then it should probably not be labelled "kotlin".
Beta Was this translation helpful? Give feedback.
All reactions