What I would really dream about Katalon Studio is that Katalon Studio re-design its mechanism of dependency management entirely to be on the Maven style. The distributables (.zip, .dmg) of Katalon Studio simply bundles a lot of external dependencies (jars) but it does not offer users to utilize the Maven/Gradle’s dependency management for the top-level jars which are pre-installed in the distributables.
A problem arose at
Katalon Studio v8.2.1-alpha bundled Selenium 4, but Katalon team did not bundled (intentionally, or just forgot it, i don’t know) some jars required by Selenium 4. I had a hard time to resolve the dependency for org.seleniumhq.selenium:selenium-devtools-v96:4.1.1.
If Katalon Studio is entirely based on the Maven/Gradle-like dependency management, then the dependency for org.seleniumhq.selenium:selenium-devtools-v96:4.1.1 should be automatically resolved. However, in fact, it does not work like this.
Dependency management is a deep technical issue. It is not really a matter of GUI design.