Git Product home page Git Product logo

kt-scratch's Introduction

kotlinlearning

This is a project with sample code that I created while I was learning Kotlin. They are based on the samples from Kotlin in Action book and from the try.kotlinlang.org website.

Importing this project into Jetbrains IntelliJ IDEA

  • This project was created using Jetbrains Idea as a Gradle and Kotlin project (more info).
    • When you import this project into Idea as a Gradle project, make sure not to check "Offline work" (which if checked, won't allow the gradle dependencies to be downloaded).
    • As of Jun 24 2018, Java 10 doesn't work w/ this gradle distribution, so you can use Java 8.

Upgrading to the latest gradle wrapper

The gradle wrapper can get out of date pretty quickly for this project, so its best to update it to the latest release whenever you need to. This SO answer shows how to do this from the command line. Here's the gist of it (just insert the latest-gradle-version prior to runing the following command in your terminal.

./gradlew wrapper --gradle-version <latest-gradle-version> --distribution-type all

kt-scratch's People

Contributors

nazmulidris avatar

Stargazers

Karney Li avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.