-
-
Got NullPointerException when getting the name of the nested annotation when the origin of the annotation is JAVA_LIB.
Repro: https://github.com/kuanyingchou/ksp/commit/60fa7a08e756cc78f008dd99dad6…
-
Hi there, just wondering, what might be the future plans of this mod (if exists)?
I noticed your mod getting removed by DMCA, a regrettable attempt to stifle competition from those who established …
-
When using compose multiplatform `1.7.0-alpha01` an error occurs when trying to launch the Android app
`e: file:///.../composeApp/build/generated/kotlin/generateMRandroidMain/com/example/com/Res.kt…
-
### Discussed in https://github.com/ZacSweers/anvil/discussions/62
Originally posted by **bddckr** August 26, 2024
I have a class `A` that depends on class `B`:
```kotlin
class A @Inject con…
-
This is similar to https://github.com/google/ksp/issues/1798
The value of nested annotation is `null` when the origin is KOTLIN_LIB.
Repro: https://github.com/kuanyingchou/ksp/commit/f7c01d69391…
-
Couldn't find the annotations when the origin is KOTLIN or KOTLIN_LIB with KSP2, while it was working with KSP1.
Repro: https://github.com/kuanyingchou/ksp/commit/dc348820ad307533c3ed3bbdd3fa3a8305…
-
@JvmName on property accessors or functions doesn't get picked up by Resolver.getJvmName().
Repro: https://github.com/kuanyingchou/ksp/commit/af6664c542d3358943caeeb2728c67102ff88344
-
This is an odd case I ran into with a multiplatform project. In short, you can consider a case like this with dagger annotations:
```kotlin
// In commonMain
@Target(CLASS) expect annotation class…
-
This is similar to https://github.com/google/ksp/issues/1833
Nested annotation values are null in type annotations when the origin is JAVA or JAVA_LIB.
Repro: https://github.com/kuanyingchou/ksp…