12 Commits
Author SHA1 Message Date
breandan ac45901979 Update history and tag fix 2015-12-12 01:25:57 -05:00
breandan b611c050cc Merge branch 'lpiepiora-master' 2015-12-12 00:58:40 -05:00
breandan 9701790cab Merge branch 'master' of https://github.com/lpiepiora/AceJump into lpiepiora-master 2015-12-12 00:57:49 -05:00
breandan 6351ffcc50 Merge branch 'patch-2' of https://github.com/muescha/AceJump 2015-12-12 00:47:43 -05:00
breandan 78a4365b4f Merge branch 'master' of https://github.com/johnlindquist/AceJump 2015-12-12 00:39:49 -05:00
breandan 6bf4b30550 Merge branch 'muescha-patch-2' 2015-12-12 00:39:33 -05:00
breandan cb2e3b4e7e Merge branch 'patch-2' of https://github.com/muescha/AceJump into muescha-patch-2 2015-12-12 00:39:05 -05:00
breandan 4fff5daaa3 Merge remote-tracking branch 'origin/master' 2015-12-12 00:09:20 -05:00
breandan b8fb5a2081 Configure project settings
-Add .idea project settings
-Customize .gitignore
-Add required plugins
-Add default run configurations
2015-12-12 00:09:09 -05:00
breandan 6b538f2452 Merge remote-tracking branch 'origin/master' 2015-12-11 23:10:11 -05:00
breandan 74eaf52d0d Add Gradle support
-Refactor to use canonical Kotlin directory structure: https://kotlinlang.org/docs/reference/using-gradle.html#targeting-the-jvm
-Add Gradle wrapper and Gradle build support: https://github.com/JetBrains/gradle-intellij-plugin/
-Updated plugin.xml
-Updated .gitignore
2015-12-11 23:10:00 -05:00
breandan 7581c82d0c Update syntax for Kotlin 1.0 Release
* Kotlin plugin is now bundled with IntelliJ IDEA 15, so the kotlin-runtime.jar dependency is no longer required.
* Updated since-build to reflect IJ-143.379 (15), although earlier versions may also work
* Backing fields introduced in Kotlin M14: http://blog.jetbrains.com/kotlin/2015/10/kotlin-m14-is-out/
* Migrated to new Class Object Syntax: http://blog.jetbrains.com/kotlin/2015/03/follw-up-new-class-object-syntax/
* Miscellaneous API changes (`List.reverse()`` -> `List.reversed()``)
2015-12-08 23:57:04 -05:00