From f1493a63d6bea1fca1c1f77e0277c7f0080d6fd1 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 16 May 2016 23:45:28 -0700 Subject: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a7289..68e2d14 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This plugin packages native libraries produced by JniNative in a way that they c ```scala lazy val core = project in file("myproject-core"). // regular scala code with @native methods - dependsOn(native % Runtime) // natives only required for running, compilation can be done without + dependsOn(native % Runtime) // remove this if `core` is a library, leave choice to end-user lazy val native = project in file("myproject-native"). // native code and build script enablePlugin(JniNative) // JniNative needs to be explicitly enabled -- cgit v1.2.3