Ok, got it back to compiling with the kotlin-kapt...
# kapt
p
Ok, got it back to compiling with the kotlin-kapt EAP plugin. Don’t think kotlin-kapt fixed the problem exactly, but it did give better error messages so I could track down the problem. It had a difficulty injecting a kotlin class for some reason. I ended up coverting the class that is being injected into the target back to java. I’m up and running now I believe.