fix: OtelJavaContext.root() to OtelJavaContext.current() in implicitContext function to capture Context.current() in Java by Msksgm · Pull Request #487 · embrace-io/opentelemetry-kotlin

Goal To capture javaagent's context. When I attempted to capture javaagent context, it did not work correctly. It is because OtelJavaContext.root() in implicitContext function is not defined ...