Embed TeaVM in your program or build tool
masterIf you prefer not to use Maven, you can embed TeaVM directly into your application or create custom plugins for build tools like Ant or Gradle.
Warning: These embedding APIs are considered unstable and may change between versions.
Key entry points:
org.teavm.tooling.TeaVMTool(fromteavm-toolingartifact): The primary starting point for embedding.org.teavm.vm.TeaVM(fromteavm-coreartifact): For deeper integration; review howTeaVMToolinitializes this class to understand its usage.