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
Since the project contains combined Java and Kotlin sources, but all Kotlin sources are in the folder structure above.
This works, but I am getting these warnings:
[WARNING] Parameter 'sourceRoots' is read-only, must not be used in configuration
[WARNING] Parameter 'testSourceRoots' is read-only, must not be used in configuration
If it is read-only, I do not know why it works (maybe it is not enforced), but I did not find any simpler solution.
Should I configure the plugin in some other way or maybe from the plugin side these parameters should have read-only=false?
The text was updated successfully, but these errors were encountered:
Currently I am using configuration like this
Since the project contains combined Java and Kotlin sources, but all Kotlin sources are in the folder structure above.
This works, but I am getting these warnings:
If it is read-only, I do not know why it works (maybe it is not enforced), but I did not find any simpler solution.
Should I configure the plugin in some other way or maybe from the plugin side these parameters should have read-only=false?
The text was updated successfully, but these errors were encountered: