Andrey Breslav 97ec5b4344 Make JetLightClass analyze the whole project (with no caching, for now). This change is related to the following issues:
KT-1474 Execption when running kotlin project
KT-1501 Run script doesn't work in IDEA
In seems that to fix the problem completely, we need to avoid importing Java's default package into every file, but the problems reported in these requests are gone now.

#KT-1501 Fixed
#KT-1474 Fixed
2012-03-09 17:48:11 +04:00
2012-03-07 12:58:37 +04:00
2012-02-28 15:52:59 +04:00
2012-03-07 12:58:37 +04:00
2012-03-09 17:33:56 +04:00
2012-03-06 19:04:58 +04:00
2012-03-07 12:58:37 +04:00
2011-11-08 20:48:01 +03:00
2012-03-06 19:07:46 +04:00
2012-02-20 15:02:04 +00:00
2012-01-10 12:21:37 +04:00
2012-03-02 04:19:56 +04:00

Kotlin Programming Language

Welcome to Kotlin! Some handy links:

Editing Kotlin

Building

To build this project you need to run

ant -f update_dependencies.xml

which will setup the dependencies on

  • intellij-core: is a part of command line compiler and contains only necessary APIs.
  • idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module.

Then, you need to run

ant -f build.xml

which will build the binaries and put them into the 'dist' directory.

S
Description
The Kotlin Programming Language.
Readme 2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%