-
Previously when using kapt the following `@Provides` `provideApiBaseUrl` method was working:
```kotlin
@Module
@InstallIn(SingletonComponent::class)
internal interface DevFlavorModule {
@…
-
Hi
Upgrading from K1 compiler `1.9.23` to K2 `id 'org.jetbrains.kotlin.jvm' version "2.0.0"`, a project using Kotlin dataframe id `"org.jetbrains.kotlinx.dataframe" version "0.13.1"` does not compi…
-
This is another test case in XProcessing. Calling `getDeclarationsInSourceOrder` on a Java class implementing a Kotlin interface throws KotlinIllegalStateExceptionWithAttachments. If the sources are c…
-
When processing a mapkey annotation with an enum value, the following exception occurs during processing with KSP2 enabled.
Example map key
```kotlin
@MapKey
@Target(
AnnotationTarget.FUNCT…
-
After upgrading to 0.5.0, my KSP Generated sources are no longer produced
```kotlin
class MyTests {
@TempDir @JvmField var tempDir: Path = Paths.get(".")
fun compile(vararg sourceFiles: Source…
-
Hello @untoldwind
Did you hear about the last KSP news and the uncertain development of KSP2?
Whatever happens, I'm still playing with KSP2 and Kontrol System. I'd like to land and drive a Rove…
-
In KSP2 the parameter name of property setters is `value` when the origin is `KOTLIN_LIB` but is `` when the origin is `KOTLIN`, while it was always `` in KSP1.
Repro: https://github.com/kuanyingch…
-
This started with 1.0.22 snapshot (1.0.21 was fine). When there is only Java sources in a package `Resolver.getDeclarationsFromPackage()` can't find the declarations in it. But after adding Kotlin sou…
-
**Problem**
TL;DR: pgr_KSP function ignores options where vertex collection is the same as another better result. If you can get from point A to point B, traversing exactly the same nodes as another …
-
Calling `KSAnnotation.arguments` for an annotation with arguments fails with KSP2 on non-Jvm targets with the following error:
```
java.lang.NullPointerException: null cannot be cast to non-null typ…