Hi, I just switched to Android Studio 3.0 and gave a try to Kotlin 1.2.0-beta-88, but although the gradle build works fine, the Android Studio complains it cannot find the new .chunked() method when I call it on a List (unresolved reference error). Anyone got the similar issue? Is it a bug in Android Studio or do I have some wrong Kotlin plugin settings for example?