This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Thursday, 11 November 2021
Install kotlin using brew command
Open
terminal and execute below command.
brew install kotlin
Once the
installation is successful, execute the command kotlinc.
If you see
the welcome prompt like above, then your installation is successful.
No comments:
Post a Comment