-
Using KSP 2 (kotlin 2.0.0-RC2, ksp 2.0.0-RC2-1.0.20), the build fails with:
```
e: [ksp] ModuleProcessingStep was unable to process 'com.xxx.common.di.CommonModule' because '' could not be resolved.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating System
Windows 11 23H2
### CKAN Version
1.34.4
### Games
KSP 1
### Game Version
1.12.5.3190
#…
-
After generating a class like this:
```
env.codeGenerator.createNewFile(Dependencies(false), "com.example", cls, ext).use {
it.write("package com.example;".toByteArray())
it.write("@com.ex…
-
Tested with 2.0.0-RC1-1.0.20
Given an annotation like so:
```kotlin
annotation class AnotherAnnotation(val input: String)
annotation class Example(
val anotherAnnotation: AnotherAnnotatio…
-
-
This one looks similar to https://github.com/google/ksp/issues/1728.
With a Java class like this:
```
import java.util.List;
class C {
List p;
}
```
Calling `starProjection()` like t…
-
![8ede4cde313d8b5962362daaabbe523e](https://github.com/babyfish-ct/jimmer/assets/56261889/bd5d05d6-ffd2-4f59-90d9-744637b3fbcb)
-
Tested with 2.0.0-RC1-1.0.20
Given an annotation like so:
```kotlin
annotation class Example(
val someClass: KClass = String::class,
val someClasses: Array = [String::class],
)
@Examp…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating System
Windows
### CKAN Version
1.34.4
### Games
KSP 1
### Game Version
1.12…
-
I have a test case in my annotation processor that reads the annotations on enum entires. When trying it on K2 with KSP2, the test fails. Upon investigating, it's because there are no annotations pres…