Andrey Mischenko

Results 16 issues of Andrey Mischenko

Kotlin stdlib uses lambdas to build different types of complex objects: [buildString](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/build-string.html) [buildSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.experimental/build-sequence.html) [List builder](https://github.com/JetBrains/kotlin/blob/1.2.20/libraries/stdlib/src/kotlin/collections/Collections.kt#L152) I propose to add intent builder to ktx. That will work like: ```kotlin buildIntent {...

Kotlin 1.2.20 supports array literals in annotations and it's recommended style. This change updates docs.

It would be great to support Kotlin Multiplatform, so it would be possible to use not only on JVM I checked, it already works on multiplatform module just fine, so...

### Context Example of configuration of Android Kotlin project that uses annotation processing libraries (just for example Android DataBinding Library and Dagger 2). Annotation Processing widely used on Android and...

A very common case of serialization is when API/JSON naming policy conflicts with your code naming, for example, snake case quite popular naming style for JSON fields, but for Kotlin...

feature

Now completion doesn't for arguments of tasks. For example, default task `wrapper` has arguments `--gradle-version` and `--distribution-type`, but autocompletion doesn't work for them. Maybe it's a bigger problem: how to...

a:feature
for:bash

With Downloadable Fonts (API available on Android O+ also supported by support library) the app can use Google Fonts instead (or together) with bundled fonts, this will allow checking much...

Currently, when gw/gng is used in a project with gradle wrapper, it's required for gradew to be executable to run, which is often not executable when created from Windows and...