-
- Plugin Name: IntelliJDeodorant
- Plugin Version: 2020.3-1.0
- OS Name: Mac OS X
- Java Version: 21.0.4
- Java VM Vendor: JetBrains s.r.o.
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Versio…
-
`atomicfu` was already on `0.25.0` and working, but suddenly when running for Android I'm getting:
```
Execution failed for task ':shared:compileDebugKotlinAndroid'.
> Error while evaluating prop…
-
### **Is your feature request related to a problem? Please describe.**
The plugin is raising an error that the `kapt` plugin is unused even when it's applied to an [_excluded_](https://github.com/iva…
-
Hi, and thank you for the article and the plugin !
I tried to use your gradle plugin into my current project and it works great when I build the project with gradle, but it fails when I configure I…
legzo updated
3 years ago
-
See here for more details: https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
-
I have a Kotlin data class with a nested `@AutoBuilder`.
If I change one of my Kotlin data class constructor arguments from a `Long` to a Kotlin [`Duration`](https://kotlinlang.org/api/latest/jvm/s…
-
I took clone from git but I can't be compile this project into Android Studio.
-
Hi Dagger Hilt Team,
I encountered an issue while upgrading Dagger Hilt from version 2.48 to 2.49. Upon attempting the upgrade, the following error was thrown:
```
Unable to load class 'dagger.sp…
-
java.lang.NoClassDefFoundError: org/jetbrains/kotlin/idea/stubindex/KotlinAnnotationsIndex
at jiux.net.plugin.restful.common.resolver.SpringResolver.getRestServiceItemList(SpringResolver.java:140)
…
-
`build.gradle.kts` extract:
```
import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
id("org.jetbrains.compose")
…