Commit Graph

82 Commits

Author SHA1 Message Date
Yanis Batura 9c8c1cdc18 Fix a couple of typos in docs and ReadMe
* Fix a couple of typos
- In the main ReadMe.md
- In onEach template's doc

* Update generated source code
2018-02-12 14:22:47 +03:00
Ilya Gorbunov 90dff281ba Actualize ReadMe files
- Actualize build requirements and steps
- Extract Gradle plugin readme to the corresponding folder
- Rewrite Libraries and Maven Tools readme

#KT-20995 Fixed
2018-02-06 21:17:58 +03:00
Vyacheslav Gerasimov d0b232c172 Update readme part about dependencies 2018-01-30 17:06:18 +03:00
Emmanuel Duchastenier a8ddf03b53 README: IntelliJ IDEA 2017.3 is not early access anymore
update README.md with direct download link to IntelliJ IDEA latest version
2017-12-21 13:51:24 +01:00
Artem Zinnatullin b565b00930 Fix Gradle plugin task name in readme. 2017-10-27 02:55:44 +03:00
Simon Ogorodnik 3ca47f5f4a Revert "Add note about automatic dev plugin updates to ReadMe"
This reverts commit c92408e
2017-10-10 18:25:27 +03:00
Simon Ogorodnik b7e78e6625 Revert "Add note about bootstrap plugin"
This reverts commit 722345d
2017-10-10 18:25:21 +03:00
Simon Ogorodnik 722345d14e Add note about bootstrap plugin 2017-10-10 18:07:51 +03:00
Simon Ogorodnik c92408eec9 Add note about automatic dev plugin updates to ReadMe 2017-10-10 18:07:51 +03:00
Yoshinori Isogai 0381b74fed Delete "Running specific generated tests" (#1329)
This section is valid before kotlin is built by gradle. Since there is
no working directory setting in run configuration, we need to delete
this document
2017-10-04 14:15:16 +02:00
Ilya Gorbunov 779b9c6fcc Change TeamCity build status badge to point to the compiler build configuration 2017-09-28 22:02:53 +03:00
Stanislav Erokhin 4a0ad54829 Fix Working with the project in IntelliJ IDEA instruction 2017-09-27 21:23:00 +03:00
Andrey Mischenko 3d8486e8a6 Allow to use Gradle property to configure JDK path 2017-09-26 18:14:45 +02:00
Jonathan Leitschuh 539aed32d2 Improve information regarding running tests that load resources (#1298)
* Improve information regarding running tests that load resources

Figuring out how to run isolated generated tests is not imidiately straightforward.
This clears up confusion by throwing a more helpful error in the tests and
adding a section to the ReadMe.

* Cleanup ReadMe and comments after review feedback
2017-09-21 11:20:49 +02:00
Dmitry Jemerov 9e3f866831 Update README, remove misleading information (#1306) 2017-09-20 18:56:44 +02:00
Ilya Chernikov ce18c2bf26 Fix readme - only basic corrections 2017-09-20 14:30:04 +02:00
Dmitry Jemerov a68312379e Update ReadMe.md (#1274) 2017-08-30 15:25:48 +02:00
Yujin Jung 4c00119f08 Fix incorrect slack link (#1231) 2017-08-07 11:39:02 +02:00
Jonathan Leitschuh 20cd748377 Add download link for JDK6 on MacOS to Readme.md (#1229)
Reduce the barier to entry for working on Kotlin by providing a
download link for the MacOS JDK6 in the ReadMe.
2017-08-04 22:47:14 +02:00
Mikhail Glukhikh 7d7ef18e99 Fix type in README 2017-06-27 17:10:27 +03:00
Mike 7e01ac81ab Fixed Slack link (#1140)
http://kotlinslackin.herokuapp.com/ is down, replaced with http://slack.kotlinlang.org/
2017-06-19 08:33:13 +02:00
imknown J. Kimu 317e24ce69 Fix Git CLI typo. (#1119)
No soft-wrapped words.
2017-06-08 08:28:06 +02:00
Dmitry Jemerov 5c993ce83f Fix Slack link 2017-06-07 11:58:00 +02:00
ReadmeCritic 20f5023c48 Update README URLs based on HTTP redirects (#1086) 2017-05-19 20:25:05 +03:00
Ilya Gorbunov 5aabcb6ea3 Update build instructions in ReadMe to include gradle build step.
Also update links and overall readme structure.
2017-04-08 08:37:12 +03:00
Yoshinori Isogai f16736285a Update JAVA_HOME path to JDK8 (#1043) 2017-04-03 17:52:51 +02:00
Peter Tripp 6ae4b42164 Change all readme links from http to https where supported. (#1009) 2017-01-09 12:22:58 +01:00
Dmitry Jemerov 77bb9b8092 Update the pull request help link (#943) 2016-08-31 12:25:37 +02:00
Morton Fox 61afc7e713 Update the pull request help link 2016-08-31 00:28:28 -04:00
Zalim Bashorov 8393c17df3 Increase minimal version of ant 2016-08-30 21:53:40 +03:00
Yoshinori Isogai 68dd3dde59 Change contributing section of "this query" link to finding open Kotlin issues (#891) 2016-07-05 01:09:49 +03:00
Ilya Gorbunov e04873957e Notes in README about required environment variables to build libraries maven project. 2016-07-01 18:05:24 +03:00
Ilya Gorbunov 753be08de6 Minor: update links in ReadMe 2016-06-08 21:45:25 +03:00
gandrianakis cbc5c6f792 Slight improvement of wording in the section that explains the benefits of contributing code examples for library functions 2016-06-08 21:34:18 +03:00
Alexey Sedunov a818d4714e Misc: Extract kotlin-ultimate project 2016-04-09 21:13:01 +03:00
Alexey Sedunov a30b4140de [RESTORED] Misc: Configure IDEA Ultimate dependencies 2016-04-08 21:07:23 +03:00
Alexey Sedunov 3603d873cd [REVERTED] 8e7e3a3 Alexey Sedunov on 3/10/2016 at 16:58 (committed on 3/24/2016 at 18:42)
Misc: Configure IDEA Ultimate dependencies
2016-03-29 19:17:12 +03:00
Alexey Sedunov 8e7e3a3b99 Misc: Configure IDEA Ultimate dependencies 2016-03-24 17:42:04 +03:00
Nikolay Krasko 60ee5441cf Update links in Editing Kotlin section 2016-03-13 19:53:18 +03:00
belovrv 3c138aa01c Add Slack badge 2015-11-17 12:49:22 +03:00
Dmitry Jemerov 401b1e56c0 assorted updates to the readme 2015-10-07 20:52:55 +02:00
Alexander Udalov 67e29ac566 ReadMe: update IDEA 14 EAP -> 15 EAP 2015-09-03 14:57:46 +03:00
Alexander Udalov 113957e38f ReadMe: update Twitter link 2015-09-03 14:56:02 +03:00
Jason Yeo 089a4e8779 Fix broken link in README.md 2015-08-09 07:21:01 +08:00
Sanket Dasgupta b82ba117cc update readme.md to include try.kotlinlang.org 2015-07-31 13:24:27 +03:00
Zalim Bashorov a906b0336f Add badges to ReadMe.md 2015-06-15 20:32:35 +03:00
Artem Zinnatullin 6c1f7393b8 Added info about JDK 1.6 into "Building" section of ReadMe.md 2015-02-05 03:39:18 +03:00
Dmitry Jemerov 2b1727a61b Cleanup the README text 2014-12-04 19:29:42 +01:00
Nikolay Krasko 863ef64c61 Replace http://teamcity.jetbrains.com to https 2014-10-24 16:24:53 +04:00
Andrey Breslav 3613fb746c Readme.md: Broken links fixed 2014-10-10 23:03:38 +04:00