-
See https://github.com/square/javapoet/issues/761#issuecomment-581057940
For instance:
```kotlin
val hello = """Hello, "world", \n test"""
val j = FieldSpec.builder(Int::class.typeName, "j").b…
-
-
same as square/kotlinpoet#737, I also need for java now.
-
**Describe the bug**
Using KotlinPoet 1.18.1 I get the exception:
`java.lang.IllegalStateException: Functional interfaces must have exactly one abstract function. Contained 0: []`
when try to gener…
-
**Describe the bug**
When calling hashCode/equals on a TypeName with a cyclic definition, there can be a StackOverflowError
**To Reproduce**
I'm not 100% what type is causing the issue. However, …
-
When trying to run moshi-kotlin-codegen through Bazel, I get the following error:
```
Caused by: kotlin.jvm.KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at runtim…
-
Given the following code:
```kt
class Outer {
inner class Inner
}
// ...
@Marker
class C(param: Outer.Inner)
```
When reading the parameter types of the primary constructor of cla…
-
```
+--- com.airbnb.android:epoxy-processor:5.1.1
| +--- com.squareup:javapoet:1.13.0
| +--- com.squareup:kotlinpoet:1.12.0
| | +--- org.jetbrains.kotlin:kotlin-reflect:1.7.0 -> 1.7.20…
-
Caused by: java.lang.IllegalStateException: Could not parse metadata! This should only happen if you're using Kotlin
-
Hi! 🙂
Not sure if this is actually an issue with the library or if I have a version conflict among dependencies in my project.
I see this error when I run my tests:
```
Exception on loading sc…