This is an example Lang native module for the Standard Lang implementation of Lang
- Sync gradle project
- Run the gradle
buildLangModuletask - The
module.lmmodule file will be saved in/build/libs
- Java code is stored in
/src/main/java - Lang code is stored in
/src/main/langmodule