framework.type and FrameworkTypeEx is unknown
Answered
Hi,
I'm developing an intellij idea plugin, but these two are unknown:
in plugin.xml: <framework.type>
in code: FrameworkTypeEx
I'm using my current IDE as SDK of the project
Please sign in to leave a comment.
Hi,
Please always provide full context. What is your full plugin.xml and Gradle build script (and related files)?