Issue
i have a raspberry pi 4 with ubuntu 21.04 Desktop and i want to install kotlin (I don't want to use snap). Can anyone tell me how to do it? Thanks.
Solution
The easiest/officially supported way to get started is using IntelliJ IDEA Community. Take a look at this guide for an in-depth explanation on RPi, without Snap. The Kotlin plugin comes bundled with the application, so it should be installed by this point. You can then create a new project, and IntelliJ will guide you on setting up a native (binary executable/shared library) or JVM (compatible with Java) project.
Hope this helps! Let me know if you need anything else.
Answered By - Gabriel Pizarro
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.