how is this warning supposed to be dealt with, do ...
# intellij-plugins
c
how is this warning supposed to be dealt with, do i have to go back to 1.2, or is it possible to include the jar
y
set the API version to 1.2 in the compiler settings
c
is it possible to use 1.3 while doing intellij plugins i am trying to make use of https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ui/layout/readme.md for doing UI work in the plugin, but currently i get a
IllegalAccessError
from its usage
y
you can use 1.3 if you target 2018.3
c
ah thanks, so something that will have to wait till the future then, if i want to support back a few versions