-
i have two kmp module composeApp、common . composeApp dependencies common.
there has koin Module in common
```
@Module
expect class CommonNativeModule
```
and AppModule in composeApp
```
@Modul…
-
In our container types we have some inconsistent support for the subscript operator (`container[index]`).
1) In Groovy DSL, we currently support the following notations, assuming a `MapProperty`:
…
lptr updated
5 months ago
-
Currently, BCV is in a tough spot w.r.t the rest of the Kotlin tooling:
* It is tightly bound to the underlying Kotlin version (esp. with klib validation), though it has a completely different vers…
-
As a [Gradle Kotlin DSL](https://github.com/gradle/kotlin-dsl) adopter, I'd like to know how to configure this plugin using the Kotlin DSL.
[This plugin was identified](https://github.com/gradle/gr…
-
### Expected Behavior
The script containing `gradlePlugin.plugins {}` can be compiled successfully.
### Current Behavior
It fails with exception:
```
Caused by: org.gradle.kotlin.dsl.execution…
-
### Steps to Reproduce
1. Open any page of the user guide with a Gradle configuration, for example: https://docs.micronaut.io/snapshot/guide/index.html#_configuring_your_android_build
2. There is …
-
kotlin infix function을 활용해 반복되는 코드를 줄일 수 있을 것으로 보임.
### As Is
```kotlin
fieldWithPath("data[].id").description("식별자"),
```
### To Be
```kotlin
data[].id typeOf Int means "식별자"
```
### S…
jxmen updated
4 months ago
-
We currently support `+=` in both Groovy and Kotlin DSLs (and `
lptr updated
2 months ago
-
To invoke the groovy methods installed as extension properties of Task objects by applying `gradle-properties-plugin` from the Gradle Kotlin DSL using the 'check required properties as the first line…
-