Hi. When I create a new project in Intellij via File -> new -> project... -> kotlin multiplatform -> native application, then there is no gradlew file created in the project. Is it expected? Coming from Android, Im used to writting commands like
./gradlew someTaskNameHere