Raw string literals not working with IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24
Answered
Raw string literals don't appear to be supported in IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24.
I have a Project SDK setup for:
* JDK 13
* 13 (Preview) - Text blocks`
also tried
* X - Experimental features
to no avail.
I am using a Maven project with:
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
But I still get:
Please sign in to leave a comment.
Hello,
Problem here is that wrong language level is set for module ("Project Structure | Modules")
I don't see a place to set the "Language Level" in "Modules", only "Module SDK". As I said the Project SDK is setup correctly:
And here is the Module setup:
Where can I set the language level for the module?
Sources tab:
Oh geez. I should've found that. But it is a bit inconsistent that SDK and Level are next to each other in Project, but in Modules they are on separate screens!
Thanks.