diff --git a/libraries/tools/runtime/pom.xml b/libraries/tools/runtime/pom.xml index f97d0eda3eb..fe26c11697c 100644 --- a/libraries/tools/runtime/pom.xml +++ b/libraries/tools/runtime/pom.xml @@ -85,6 +85,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-native-sources + prepare-package + + add-source + + + + ${basedir}/../../../core/builtins/native + + + + + + org.jetbrains.kotlin kotlin-maven-plugin