-
Stacktrace:
```java
Caused by: java.lang.IllegalAccessError: failed to access class com.google.common.base.NullnessCasts from class com.google.common.base.Suppliers$NonSerializableMemoizingSupplier …
-
Calling `hasBackingField` on property `name` and `ordinal` of an Enum declaration leads to NullPointerException in KSP2:
```
null cannot be cast to non-null type org.jetbrains.kotlin.load.java.str…
-
I was migrating from groovy to dsl (`build.gradle` to `build.gradle.kts`) with KSP2
`kotlin = "2.0.0"`
`kotlin-ksp = "2.0.0-1.0.22"`
Already enabled beta: `ksp.useKSP2=true`
Still getting foll…
sam43 updated
2 months ago
-
https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html
I haven't looked too hard into this so this is just mostly for tracking and ensuring mockingbird is compatib…
-
### Ktorfit version
2.0.0
### What happened and how can we reproduce this issue?
Hello!
I got the same error as him: https://slack-chats.kotlinlang.org/t/18840838/hi-there-iam-able-to-update-kot…
-
We've recently upgraded project to Kotlin 2.0.0 & KSP 2.0.0-1.0.21(with adding `ksp.useKSP2=true` in `gradle.properties`), then `KotlinIllegalStateExceptionWithAttachments` occurred during compilation…
-
KSP2 sees annotations applied on properties without use-site target having a non-null `useSiteTarget` when the origin is KOTLIN_LIB, but `useSiteTarget` is null when the origin is KOTLIN or in KSP1.
…
-
Getting the arguments of a repeatable annotation defined in both Java and Kotlin returns an empty list when the origin is KOTLIN_LIB.
Also when the annotation is defined in Kotlin it becomes a sing…
-
This is similar to https://github.com/google/ksp/issues/1910. Class value is resolved to error type when the annotation is used on types and the origin is Java in KSP2, while it works in KSP1.
Repr…
-
Often I go in a loop of
* Change code
* Run compiler
* Run unit test
* Repeat
During that time KSP2 will run happily in the background, burn 200 W of power for no reason and heat up my room. …