Merge "Add kotlin stdlib to javac classpath"
This commit is contained in:
commit
dd0b4e06f5
1 changed files with 1 additions and 0 deletions
|
@ -928,6 +928,7 @@ func (j *Module) compile(ctx android.ModuleContext, extraSrcJars ...android.Path
|
|||
}
|
||||
|
||||
// Make javac rule depend on the kotlinc rule
|
||||
flags.classpath = append(flags.classpath, deps.kotlinStdlib...)
|
||||
flags.classpath = append(flags.classpath, kotlinJar)
|
||||
|
||||
// Jar kotlin classes into the final jar after javac
|
||||
|
|
Loading…
Reference in a new issue