Files
kotlin-fork/idea
Andrey Breslav fac735a419 Fixed compilation for new projects
The problem was:
 IDEA passes a DummyCompilerContext, whose project is null
 As a result, a freshly created "Hello, world" didn't run (failed with NoClassDefFound, because the compiler didn't emit any code)
2012-05-11 15:50:39 +04:00
..
2012-05-11 15:50:39 +04:00
2012-05-04 15:46:40 +04:00
2012-05-04 14:24:34 +04:00