Studio 11 NoSuchMethodError exception with IntelliJ IDEA 2018.3

Hi,

After update to Studio 11, it will throws exception when running,the excepton stack:

java.lang.NoSuchMethodError: com.intellij.psi.UastReferenceProvider.(Ljava/util/List;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
at com.haulmont.studio.intellij.reference.provider.UastInjectionHostReferenceProvider.(SourceFile:23)
at com.haulmont.studio.intellij.reference.provider.MessageBundleMessageReferenceProvider.(SourceFile:35)
at com.haulmont.studio.intellij.reference.UastCubaReferenceContributor.registerReferenceProviders(SourceFile:47)
at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistryImpl.createRegistrar(ReferenceProvidersRegistryImpl.java:43)
at 

IDEA Version:IDEA:2018.3.6

There is no the exciption in IDEA 2019 .1.
So seems that the Studio 11 requires higher version of IDEA.

Hi! The problem is already fixed and will be available in the next bugfix release.

Ok, Thanks.