You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the changes in 4a88d33 made it so that running ./gradlew compileKotlin fails, apparently due to the fact that the shaded (I guess?) org.jetbrains.kotlin.com.intellij.psi.PsiElement type is not on the classpath.
The text was updated successfully, but these errors were encountered:
Looks like the changes in 4a88d33 made it so that running
./gradlew compileKotlin
fails, apparently due to the fact that the shaded (I guess?)org.jetbrains.kotlin.com.intellij.psi.PsiElement
type is not on the classpath.The text was updated successfully, but these errors were encountered: