-
-
kotlin = "2.0.21"
koin-bom = "4.0.0"
# Koin
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
koin-core = { module = "io.insert-koin:koin-core" }
koin-ktor = { module = …
-
Currently, the configuration is done via Groovy delegates. This maps badly to Kotlin.
Is there any way to configure the plugin via the Kotlin DSL? Of course, a direct support of the Kotlin DSL would …
Skyr updated
8 months ago
-
Plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '2.1.7'] was not found in any of the following sources:
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan t…
-
Hi again!
Any possibility there would be ever be a Kotlin library or DSL to use?
-
## Expected Behavior
__Code:__
```
plugins {
val kotlinVersion = "1.8.22"
kotlin("jvm") version kotlinVersion
kotlin("kapt") version kotlinVersion
kotlin("plugin.spring") versio…
-
Originally posted by **Pseudow** November 1, 2023
Add kotlin DSL option would be so good
WesJD updated
6 months ago
-
It should be possible to rewrite the grammar [DSL](https://github.com/tree-sitter/tree-sitter/blob/master/cli/src/generate/dsl.js) in Kotlin/JS.
Grammar authors can then write the grammar in `grammar…
-
### Is your feature request related to a problem? Please describe.
When using the `openapi-generator` to generate a Kotlin project from an OpenAPI spec, it generates a Gradle project with `build.gr…
-
Hi,
Is it possible to use with kotlin dsl in android project?
Android Studio 3.6.2 can't resolve git {} in the gradle.kts file, but it can clone the repo. Just get an error after clone.
Has anybo…