-
**Describe the bug**
The generated code uses calls to `Module.viewModel { }` that are referencing the "old" Koin 3.5.6 API. Warnings are then emitted to the build log when using Koin 4.0.0:
```
w…
-
New DSL switcher on Gradle Plugin Portal doesn't keep user's choice about DSL.
But for example, Gradle docs support this and remember preferred DSL language
1. Open a page of any plugin on Gradle …
-
Hi, i am using the Kotlin DSL for my Gradle project and have a problem.
I have installed the task-tree plugin, but when i execute `gradlew build taskTree` i get this error:
```
Execution failed…
-
I'm using the `kotlin-dsl` Gradle plugin to create a new Gradle plugin written in Kotlin together with IntelliJ IDEA. When using the kotlin-dsl extension methods in `build.gradle.kts`, navigation to t…
-
добавьте пжл поддержку новой версии Android Studio Ladybug
-
### SQLDelight Version
2.0.2
### Operating System
Fedora Linux 40
### Gradle Version
8.8
### Kotlin Version
1.9.22
### Dialect
SQLite
### AGP Version
8.6.0
### Describe the Bug
Not genera…
-
### Issue
Using new versions of various build tools causes some references in the build.gradle.kts to fail to compile. This prevents me from using the espresso driver with these versions:
JDK17 but …
-
Currently only Groovy DSL configuration is present in the gradle-build-integration guide.
Since Gradle Kotlin DSL has reached maturity some time ago, it would be beneficial to have configurations for…
-
i have two kmp module composeApp、common . composeApp dependencies common.
there has koin Module in common
```
@Module
expect class CommonNativeModule
```
and AppModule in composeApp
```
@Modul…
-
Here we can't assume that every local component can be addressed via project dependency:
https://github.com/gradle/gradle/blob/dc6255217770c1fc9ce66cc7ae3985a80ec102ae/subprojects/kotlin-dsl-tooling-…