我刚刚创建了一个Kotlin/ReactJS项目,在尝试启动应用程序时,gradle出现了问题。这就是错误所在:
Task 'jsBrowserDevelopmentRun' not found in root project 'pentagono'. Some candidates are: 'browserDevelopmentRun'.
* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
我没有修改build.gradle.kts中的任何内容。