I've managed to successfully deploy the Kotlin starter project using the "appwrite init function" command. I've opened the resulting function folder in IntelliJ IDEA Ultimate. How do I go about developing, building, and debugging this project since it doesn't include a Gradle build file? I've Googled some tutorials, but they don't go into details about the development workflow. Any help is much appreciated!
TL;DR
Summary: The developer is looking for guidance on how to develop, build, and debug a Kotlin project they deployed using the "appwrite init function" command. They are using IntelliJ IDEA Ultimate and are unsure about the development workflow since there is no Gradle build file included.
Solution: To develop, build, and debug the Kotlin project, you can follow these steps:
1. Open the function folder in IntelliJ IDEA Ultimate.
2. Create a new Kotlin file or modify the existing ones according to your needs.
3. To build the project, you can use IntelliJ's built-in build command. Go to "Build" in the top menuRecommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- Provider error when creating a function ...