You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #21 has been implemented and closed but looking at the Wiki for the project, I do not see any mention of how to set the module type. Please update the documentation.
In the meantime, can you reply to this issue with examples of how to set the module type. I am looking in the source code but it appears you need to specify a source set. I was hoping to just use the plugin in a subproject build.gradle and say something like:
idea {
module {
type = 'PYTHON_MODULE'
}
}
The text was updated successfully, but these errors were encountered:
Issue #21 has been implemented and closed but looking at the Wiki for the project, I do not see any mention of how to set the module type. Please update the documentation.
In the meantime, can you reply to this issue with examples of how to set the module type. I am looking in the source code but it appears you need to specify a source set. I was hoping to just use the plugin in a subproject build.gradle and say something like:
The text was updated successfully, but these errors were encountered: