Configure Kotlin in project: list only modules with Kotlin files
This was initially done ind07d34afbut reverted in8f2dd2c8, possibly due to incorrect rebase #KT-10831 Fixed
This commit is contained in:
@@ -95,7 +95,7 @@ public class ChooseModulePanel {
|
||||
});
|
||||
}
|
||||
else {
|
||||
allModulesWithKtNames.setText(StringUtil.join(modules, new Function<Module, String>() {
|
||||
allModulesWithKtNames.setText(StringUtil.join(modulesWithKtFiles, new Function<Module, String>() {
|
||||
@Override
|
||||
public String fun(Module module) {
|
||||
return module.getName();
|
||||
|
||||
Reference in New Issue
Block a user