dave08
12/04/2017, 12:36 PMError:(31, 26) 'use((T) -> R): R' is only available since Kotlin 1.2 and cannot be used in Kotlin 1.1. Requires newer compiler version to be inlined correctly.
updating to 1.2 (from 1.1.51)?vyacheslav.gerasimov
12/04/2017, 12:59 PMPreferences -> KotlinCompiler
It is a bug https://youtrack.jetbrains.com/issue/KT-21525dave08
12/04/2017, 2:13 PMcompile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
for stdlib?vyacheslav.gerasimov
12/04/2017, 2:24 PMkotlin_version
and ide plugin is 1.2dave08
12/04/2017, 2:25 PM