-
### Description
Now that we can do `id AS VALUE` and `version AS LOCK` and there's also the json extension would it be possible to support Parcelable using an extension?
As for the syntax I'd imag…
-
I'm looking for ability to add Spring Data Jdbc annotations (`@Id`, `@MappedCollection`) for generated GraphQL entities.
Such option allow to reuse existing Pojos for DAO layer and eliminate tons of…
-
I don't see any way to escape usages of % in code blocks, e.g.:
```kotlin
appendln(
"""
xmlDictionary.registerEnumCodec(
new ${'$'}T.Codec().asXmlCodec(),
String.format…
-
This code
```kotlin
@Fixture
data class Foo(val baz: Baz) {
@Fixture
data class Baz(val text: String)
}
@Fixture
data class Bar(val baz: Baz) {
@Fixture
data class Baz(va…
-
**Describe the bug**
I frequently have to deal with generating big function bodies, where I resort to composing multiple smaller CodeBlock's together. In these cases it can happen that a statement is…
-
```starlark
IO_GRPC_GRPC_KOTLIN_ARTIFACTS = [
"com.google.guava:guava:29.0-jre",
"com.squareup:kotlinpoet:1.5.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5",
"org.jetbr…
-
**Is your feature request related to a problem? Please describe.**
When generating code that includes constructor invocation, we come across the need to end the control flow with `},`, not just `}`
…
-
if want to create a function like this:
```kotlin
inline fun foo()
```
the correct but not obvious code of kotlinpoet should be (1.6.0):
```kotlin
FunSpec.builder("foo")
.addModifiers(KModif…
z-950 updated
4 years ago
-
Seen va a springboot app failing image test
Melange: https://github.com/wolfi-dev/os/blob/6d75a44d186104eec842b537973d53b3d61fa557/thingsboard.yaml
Pombump: https://github.com/wolfi-dev/os/blob/6d75…
-
It's really hard to extract code which can operate on two different spec builders.
Off the top of my head, I strongly need:
- [x] The ability to add annotations (types, properties, functions)
-…