-
I gleamed bits of information here and there that lead me to think it should be possible to get kotlin sources generated using a kotlin builtin, but I haven't had any luck actually accomplishing this.…
-
currently it is not possible to configure `git { } ` section inside `release {}` because plugin internally is using missing method / groovy specific utilities. as a workaround it is needed to do that:…
-
It's so nice to see kotlin being used as a standard for java libraries. This is really awesome!
So while I think I understand the reason to rely on `ResponseBuilder` so that java users can have bet…
-
-
Since Gradle Kotlin DSL is now mature and Gradle/JS plugin published on Gradle portal, I would suggest migrating the build to Gradle Kotlin DSL. See https://github.com/sdeleuze/spring-kotlin-fullstack…
-
Hi!
I'm switching over in my Gradle build files from Groovy (build.groovy) to the Gradle Kotlin DSL (build.groovy.kts).
(using Gradle 5.4.1)
**It is not obvious** IMHO, that the Groovy versio…
-
Reported by @alexvas in #275:
As of plugin version of 0.8.8 I still need a pair of auxiliary functions:
```kotlin
fun ProtobufConfigurator.plugins(closure: NamedDomainObjectContainerScope.() -…
-
### Shadow Version
5.2.0
### Gradle Version
6.0.1
### Expected Behavior
The DSL for this plugin is strongly typed and easy to use.
### Actual Behavior
The DSL for this plugin is difficult…
-
### Description
Move to Gradle DSL based build files for Android
### Platforms
- [ ] iOS
- [X] Android
- [ ] Web
### Request or proposed solution
Gradle DSL has been the default for new Android a…
-
The Kotlin DSL for Gradle has been fairly recently introduced. Nonetheless, it is already the default syntax for use for Android development. Having to translate example code from Groovy syntax to Kot…