compilation
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ public class K2JSCompilerPlugin implements CompilerPlugin {
|
|||||||
Config config = new Config(project) {
|
Config config = new Config(project) {
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public List<JetFile> getLibFiles() {
|
protected List<JetFile> generateLibFiles() {
|
||||||
return new ArrayList<JetFile>();
|
return new ArrayList<JetFile>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user