Hi. When I create a new project in Intellij via Fi...
# multiplatform
g
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
j
You can run the
wrapper
gradle task to generate it.
📌 1