theapache64
theapache64
## What is this? This is an early version of `CONTRIBUTING.md` to help other fellow compose enthusiasts to understand the opportunities and how to start contributing to `compose-jb`. ## Original...
**Code: Modified avoid AvoidDateDetector.kt** ```kotlin override fun getApplicableConstructorTypes(): List = listOf("com.google.gson.Gson") override fun visitConstructor( context: JavaContext, node: UCallExpression, constructor: PsiMethod, ) { context.report( ISSUE, node, context.getLocation(node), "Don't use `Gson`;", )...
 Hi, Currently, I’ve `allWarningsAsErrors` set to true in my project, but for some reason the Convert to 'data object' warning is not failing the build (unlike other warnings). I...
### You are applying for validated OSS program - [x] My project is OSS licensed and open to public. (Must have LICENSE file) - [x] My project has more than...
Is it already available or yet to support?
### Pull Request Description #### Summary This pull request updates the `README.md` by removing the "Buy Me A Coffee" donation button from the support section. The Patreon button is now...
### Ktorfit version 2.4.1 ### What happened and how can we reproduce this issue? **Issue** I've a `@FormUrlEncoded` endpoint. I am trying to modify the request using `ClientPlugin`. But both...
How can I run specific benchmark class or function? I am looking for something like ```shell ./gradlew benchmark -Pbenchmarks="*Day1Benchmark*substringSolution" ```