// build.gradle.kts
plugins { id("dev.wildedge") version "..." }
wildedge { dsn = providers.gradleProperty("wildedge.dsn") }
A bytecode-weaving Gradle plugin that instruments Interpreter.run(), OrtSession.run(), etc. at compile time using ASM or Transform API. Zero code changes in the app. The plugin can also validate at build time that registered models have corresponding tracking calls (enforcing the lint rules at build level).
// build.gradle.kts
plugins { id("dev.wildedge") version "..." }
wildedge { dsn = providers.gradleProperty("wildedge.dsn") }
A bytecode-weaving Gradle plugin that instruments Interpreter.run(), OrtSession.run(), etc. at compile time using ASM or Transform API. Zero code changes in the app. The plugin can also validate at build time that registered models have corresponding tracking calls (enforcing the lint rules at build level).