-
I wonder how to convert:
```gradle
plantUml {
render input: 'diagrams/some.puml', output: 'some.svg', format: 'svg', withMetadata: false
}
```
into Kotlin DSL notation.
Did anyone try tha…
-
### Issue type
Polishing
### Problem description
When running a basic test with the Build Cache enabled, the following warning occurs:
```
Caching disabled for Kotlin DSL script compilation (Setti…
-
-
Currently to use bintray extension with Kotlin DSL which is coming officially released within next days, there is a need to apply some workarounds instead of writing well formed DSL code.
See:
…
-
The command handler should be able to do the following things:
- Check for member permissions
- Generate help documentation automatically
- Handle debugging commands gracefully
- Use objects for…
-
**Describe the bug**
Registering two interfaces with the same name, but from different namespaces (e.g. `TestClass1.SameName` and `TestClass2.SameName`) always returns the last of the registered impl…
-
**Describe the bug**
When I trying to bind multiple instances to different generic interfaces `I`, koin returns all instances of `I` ignoring generic type ``
**Koin module and version:**
`koin-…
-
# Generate validator code from PlantUML custom theme specification
## Context
Most organizations have business-minded individuals or non-software engineers defining the specifications of the sof…
-
### Describe the bug
1. I generate project at https://code.quarkus.io/ with quarkus-rest with Gradle with Kotlin DSL and Started Code generated
2. In generated GreetingResourceTest.java I change expe…
-
Based on https://github.com/liutikas/gradle-best-practices/issues/1#issuecomment-1256260998
1. Double-check this works if the consumer doesn't use the plugin by checking bytecode with/out the dsl …