https://kotlinlang.org logo
Title
n

nickk

01/05/2018, 12:19 PM
Android Studio 3.0.1 started to produced warnings like this one:
Warning: Stripped invalid locals information from 1 method.

Methods with invalid locals information:
  java.lang.Object kotlin.collections.SlidingWindowKt$windowedIterator$1.doResume(java.lang.Object, java.lang.Throwable)
Some warnings are typically a sign of using an outdated Java toolchain. To fix, recompile the source with an updated toolchain.
Cannot figure out what changed…
g

gildor

01/05/2018, 1:30 PM
D8 dexer?
n

nickk

01/05/2018, 1:31 PM
Yes, dexer is D8. I guess it is safe to ignore this?
k

kirillrakhman

01/05/2018, 2:09 PM
I went ahead and created an issue to track it https://youtrack.jetbrains.com/issue/KT-22154
👍 1