-
I would expect code that doesn't compile to continue not to compile when a ksp processor is added. For example:
```kotlin
val result = KotlinCompilation().apply {
workingDir = this@RoundsTest.w…
evant updated
9 months ago
-
When building with Dagger 2.52, the following scenario fails with an exception:
An interface to be implemented:
```
interface ProviderInterface
```
An implementation of the interface:
```
class Prov…
-
For mocking unit tests, we are currently using the Java library `org.mockito:mockito`.
In order that the tests for platform-independent application logic can be executed on any supported platform, …
-
When using:
- Dagger 2.52
- `com.google.dagger:dagger-android-processor`
- KSP2
Given an injectable class:
```
class Foo @Inject constructor()
```
and a Dagger module for that class:
```
@Module
int…
-
Hey guys,
Unfortunately, I wasn't able to find a Ko-Fi or GitHub Sponsor link anywhere so I couldn't thank you via a donation message, but I just wanted to write something to express my gratitude f…
-
When I attach external fuel tanks with fuel lines to an internal tank, auto staging does not recognize when the external fuel tanks are depleted (and should be staged). Auto staging seems to work grea…
-
default steam install position, but not finding game:
![image](https://user-images.githubusercontent.com/1128031/229044978-ffd7189e-5e1f-4902-b5e0-a7a5476233b3.png)
-
Hi,
came across the following recently while testing some plane designs but also in space.
While K2D2 isn't doing anything (e.g. not executing nodes), it will perform auto-staging when that featur…
-
There are 3 commits in [this sample project](https://github.com/google/ksp/files/15422082/repro.zip).
The first commit (`f451dc8`) has a typealias that is a `Composable` function in `foo/src/main/j…
-
## Expected Behavior
detekt-compiler-plugin supports the same language versions as Kotlin itself.
## Current Behavior
It does not work with language version 2.0 and up.
## Context
Users will …
3flex updated
1 month ago