Commit Graph

3 Commits

Author SHA1 Message Date
Francis Agayapong
a2edf43cac Add option for sourcepath in the config file
Previously the checker passed only the current buffer as input to the
kotlin compiler, everything else was passed as classpath. This meant
an access to an internal program element (function, type, variable, etc)
was reported as error. This commit adds a sourcepath option that will be
passed to the compiler during a check.
2016-09-08 13:16:16 +03:00
Francis Agayapong
079deebe41 Change the name of the classpath variable in the syntastic checker
The syntastic checker uses a name for the classpath variable that is
different from what is produced by the gradle plugin. This resulted in
the classpath not being read from the generated configuration file (from
gradle)
2016-09-08 13:16:16 +03:00
Francis Agayapong
38e5e6c7a4 Add a syntastic checker for the kotlin filetype 2016-09-08 13:14:56 +03:00