graalvm-native-image-plugin icon indicating copy to clipboard operation
graalvm-native-image-plugin copied to clipboard

Fix Kotlin build script in the readme

Open KengoTODA opened this issue 2 years ago • 0 comments

This PR suggests fixing the following issues in README:

  1. According to plugin portal the plugin version in the build script should be not vMAJOR.MINOR.PATCH but MAJOR.MINOR.PATCH.
  2. Kotlin uses double quote to represent String literal.
  3. To invoke methods with vararg, need to use a spread operator (*).

KengoTODA avatar Nov 10 '21 00:11 KengoTODA