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