mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Java: Quick fix for importing a package the current module doesn't read by adding "requires" statement to the module info (IDEA-162762)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module MAIN {
|
||||
requires M2;
|
||||
}
|
||||
Reference in New Issue
Block a user