ppkarwasz opened a new pull request, #46:
URL: https://github.com/apache/logging-log4j-kotlin/pull/46

   The JPMS descriptor generated by BND has many issues, e.g. BND does not find 
JPMS descriptors inside `META-INF/versions/9`, hence most of the module names 
are wrong.
   
   The descriptor generated by this PR is:
   ```
   module [email protected] {
     requires java.base;
     requires static kotlin.reflect;
     requires transitive kotlin.stdlib;
     requires static kotlinx.coroutines.core;
     requires transitive org.apache.logging.log4j;
     exports org.apache.logging.log4j.kotlin;
   }
   ```
   
   Looking at the code, I am assuming that usage of `kotlin.reflect` and 
`kotlinx.coroutines.core` is optional.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to