-
What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way …
-
Given a generic type with declaration-site variance like this:
```
interface BarIn
```
Types `BarIn` and `BarIn` are the same in KSP2 but not in KSP1.
Repro: https://github.com/google/ksp/c…
-
Hi,
I put in a pull request on April 15th, and according to GitHub you've had no activity here for months now. The current released version of Lazy Orbit doesn't work (at least not in 0.1.3 game wi…
-
This change is going to be painful. The new compiler K2 comes with a new frontend: `FIR`. 2.0 still supports `PSI` but we should start thinking about moving from `PSI` to `FIR`.
We should find a wa…
-
Currently, trying to build with KSP2 / K2 fails with:
```
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.google.devtoo…
-
You're calling game.Input.Flight.Enable() and game.Input.Flight.Disable, but these have zero effect. When using your mod, it will correctly detect that the player has clicked in the renaming input fie…
-
![image](https://github.com/Safarte/DockingAlignmentDisplay/assets/46403615/66a1548a-0e2f-420c-b876-d386b276a388)
Gives information to allow players to match the inclinations of the target's orbit.
-
Are there any plans to move out of KSP to kotlin compiler plugin? Recently the kotlinx-rpc team has moved from [ksp to compiler plugin](https://github.com/Kotlin/kotlinx-rpc/pull/105#issuecomment-2228…
-
Hi, all. I annotated a class with kotlin.Metadata, and was using ksp to process the annotation, but found the corresponding KSAnnotation#arguments is returning incorrect results.
I used `ksAnnotate…
-
KSP tasks are failing because of a Hilt error when building with Kotlin 2.0.0-RC1 and KSP2 enabled:
- [SimonMarquis/QrCode](https://github.com/SimonMarquis/QrCode/actions/runs/8402466283/job/2301…