Ryan Nett
Ryan Nett
It would be helpful to have instructions for manually adding library integrations for non-gradle build systems, in particular for maven. A plugin would be even better, but I'm not if...
**Is your feature request related to a problem? Please describe** I have a few `@RequiresOptIn` annotations that I'm using in my project. One of them is for internal APIs that...
**What is your use-case and why do you need this feature?** The new comments feature in 1.7.0-RC is great! However, most of the time when I've encountered JSON with comments,...
I'd like to move the `Ops` parameters of framework classes to the call method, where possible. This is primarily for Kotlin interop, but has a few other benefits as well....
Fixes [KT-44253](https://youtrack.jetbrains.com/issue/KT-44253) by adding constant builders for `Double`, `Float`, `Short`, and `Byte`, and adding the optional `type` parameter to the others that didn't have it.
**Is your feature request related to a problem? Please describe** I have a project using gradle included builds (for compiler plugins), and I would like to be able to generate...
**What is your use-case and why do you need this feature?** I'd like a way to generate a JSON schema from a (serializable) type. It would likely share an implementation...
Fixes [KT-81448](https://youtrack.jetbrains.com/issue/KT-81448), adding wildcard support using regexes.
**Bug description** While input schema generation includes Jackson annotations like `@JsonPropertyDescription`, output schema generation does not. The root cause of this is `JsonSchemaGenerator.internalGenerateFromClass` creating its schema generator config from scratch...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Kotlin 2.0.21, kotlin-rpc 0.10.1 Create a descriptor for a method that returns `Flow` **Expected behavior**...