-
Add information how to apply the plugin with the Gradle Kotlin DSL.
-
### SQLDelight Version
2
### IDE Version
IntelliJ IDEA 2023.2 (Community Edition)
### Dialect
SQLite
### Describe the Bug
IntelliJ IDEA 2023.2 (Community Edition)
Build #IC-232.8660.185, built…
-
### Expected Behavior
Koltin project synchronizes properly in IntelliJ
### Actual Behaviour
The project fails synchronization with
```
java.lang.NoClassDefFoundError: org/jetbrains/kotlin/grad…
-
Having a difficult time configuring the `runConfiguration` DSL task in Kotlin. Only example I could find was in the [Gradle Kotlin DSL project](https://github.com/gradle/kotlin-dsl/blame/master/build.…
-
### Expected behaviour
As a developer I would like to be able to configure Shot using Kotlin DSL notation
### Actual behaviour
There's no official or documented support for DSL
### Steps to re…
-
A minor documentation bug here: https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:accessor_applicability
Below 'Example 4. Project extensions and conventions'
`the()["main"].srcDi…
-
We might need something like:
```kt
import wtf.mizu.kawa.OptimizedBus
fun main() {
val bus = OptimizedBus()
bus.addListener {
on {
println(it)
}
…
-
Can optional be used with the gradle kotlin DSL?
If yes, please provide an example.
Thanks.
ctzen updated
5 years ago
-
[]()- [x] ### Checklist before submitting a feature request
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [Github issues](https://github.com/facebook/f…
-
To work around the lack of default imports for plugin authors, we register our default imported class as project extensions using something similar to the following in Java:
```
import dev.nok…