Andrey Gromov
Andrey Gromov
```Kotlin fun test() { val x: Int run { // Next line is reported as 'val reassignment', because compiler // can't guarantee that lambda won't be invoked more than once...
Contracts may be very userful for DSL description. For example HTML-DSL ```Kotlin html{ head{} body {} } ``` In this case good to have possibility to set constraints for `html`-lambda...
Unfortunately I'm not familiar with Multiplatform. AFAIK there is only need to add appropriate `build.gradle`? If it's right then you can add it yourself and create PR. I'll say "Big...
I have the same problem MacOs 12.4, arm64 gradle-7.5.1 version.set("2022.3.1") type.set("PS") Version "1.10.1" works good for me. Any higher versions failing on ":instrumentCode" task
Let's say we have a service delivering a feed of content. However, we need to filter out content that the user has already seen. With a lot of content and...
@ashtul Other defaults are still defaults that apply to all keys.
@LiorKogan Great! Just what is needed. The only thing is, perhaps it's worth adding this flag to MADD as well.