Anyone also having problems with 1.1beta and the reflection library (in my case in combination with spek)? It seems to complain about some intrinsic not being found at runtime. (java.lang.IllegalStateException: Resource not found in classpath: kotlin/coroutines/intrinsics/intrinsics.kotlin_builtins
at kotlin.reflect.jvm.internal.impl.builtins.BuiltInsPackageFragmentProviderKt.createBuiltInPackageFragmentProvider(builtInsPackageFragmentProvider.kt:39)) the only difference is 1.1-M04 vs 1.1-beta17 in the gradle script (yes I ran gradle clean on the entire project)
Full stack trace at:
http://pastebin.com/BYsASBRm