diff --git a/examples/.idea/.name b/examples/.idea/.name new file mode 100644 index 0000000..c15df89 --- /dev/null +++ b/examples/.idea/.name @@ -0,0 +1 @@ +bld-koltin-examples \ No newline at end of file diff --git a/src/main/java/rife/bld/extension/CompileKotlinOperation.java b/src/main/java/rife/bld/extension/CompileKotlinOperation.java index cdc8141..33ce802 100644 --- a/src/main/java/rife/bld/extension/CompileKotlinOperation.java +++ b/src/main/java/rife/bld/extension/CompileKotlinOperation.java @@ -198,7 +198,8 @@ public class CompileKotlinOperation extends AbstractOperation classpath, Collection sources, File destination) + protected void executeBuildSources(Collection classpath, Collection sources, File destination, File friendPaths) throws IOException { if (sources.isEmpty() || destination == null) { return; @@ -225,8 +227,11 @@ public class CompileKotlinOperation extends AbstractOperation