pfn / kotlin-plugin

Build kotlin code using sbt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlinCompileOrder not found

abond opened this issue · comments

commented

Hello!
When I try to set
kotlinCompileOrder := KotlinCompileOrder.KotlinAfter
I get not found error. Am I doing something wrong, or this option not available now?
Thanks!

commented

kotlinCompileOrder is an anachronism if it's mentioned in the README.
kotlin detects java sources ok and will handle mixed-mode compilation.

On Mon, Feb 1, 2016 at 12:14 AM abond notifications@github.com wrote:

Hello!
When I try to set
kotlinCompileOrder := KotlinCompileOrderKotlinAfter
I get not found error Am I doing something wrong, or this option not
available now?
Thanks!


Reply to this email directly or view it on GitHub
#3.

commented

if you could submit a PR to remove the reference to kotlinCompileOrder, I
would appreciate it, thanks.

On Mon, Feb 1, 2016 at 9:11 AM Perry Nguyen pfnguyen@hanhuy.com wrote:

kotlinCompileOrder is an anachronism if it's mentioned in the README.
kotlin detects java sources ok and will handle mixed-mode compilation.

On Mon, Feb 1, 2016 at 12:14 AM abond notifications@github.com wrote:

Hello!
When I try to set
kotlinCompileOrder := KotlinCompileOrderKotlinAfter
I get not found error Am I doing something wrong, or this option not
available now?
Thanks!


Reply to this email directly or view it on GitHub
#3.

commented

fixed by 1e6e0d1