Join Slack
Powered by
how is this warning supposed to be dealt with, do ...
# intellij-plugins
c
Chris Cunningham
11/13/2018, 4:02 AM
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
yole
11/13/2018, 10:14 AM
set the API version to 1.2 in the compiler settings
c
Chris Cunningham
11/13/2018, 12:43 PM
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
yole
11/13/2018, 1:03 PM
you can use 1.3 if you target 2018.3
c
Chris Cunningham
11/13/2018, 1:04 PM
ah thanks, so something that will have to wait till the future then, if i want to support back a few versions
Open in Slack
Previous
Next