-
As a motivational example, the `kotlin-dsl` plugin uses the file collection API to find all precompiled script plugins at configuration time and currently, the file collection must be explicitly marke…
-
I would like to use this library in multiple **Kotlin Multiplatform** projects of mine, but only JVM is supported. I found a [crypto](https://github.com/whyoleg/cryptography-kotlin) library, which imp…
-
Thanks for creating this extension!
**Describe the bug**
I want to use Kotlin DSL to configure Gradle build for a project which uses Java. However, the extension produces a lot of errors.
**To …
-
One of our projects is using Kotlin DSL instead of Groovy-based syntax and our Jenkins Paved path setup uses this release plugin.
I need a way to convert
```
versionPatterns = [/(\d+)([^\d]*$)/:…
-
## Testing Problem
It does not solve any particular testing problem ;)
## Suggested Solution
If you are interested in having type-safe Kotlin DSL build scripts, I would try to convert the exi…
-
so i'm struggling with converting the template gradle files to kotlin gradle dsl build files , it will be helpful if you add a branch that use the kotlin dsl.
-
Here's a proposal for Domain Specific Languages (DSLs), and by proxy, Extension Functions.
In Kotlin and C#, an extension function/method allows you to create functions/methods that take place in t…
-
Hey,
when building for android I'm getting the following errors:
```
A problem occurred evaluating project ':biometric_storage'.
> Could not find method jvmToolchain() for arguments [17] on ext…
-
I've been working on a Kotlin DSL for restDocs and have [converted a number of samples](https://github.com/checketts/spring-restdocs/blob/dsl-poc/samples/rest-notes-spring-hateoas/src/test/java/com/ex…
-
## Actual Behavior
```
foo =
fooDsl {
bar +=
barDsl {
baz =
bazDsl {
bal = 1
}
}
}
```
## Expected Behavior
```
foo = …