79257162

Date: 2024-12-06 07:31:01
Score: 0.5
Natty:
Report link

I don't know exactly but I guess that knm-files are Kotlin native and/or multiplatform compiled.

You need to reference the jvm-version of the library:

<dependency>
    <groupId>dev.inmo</groupId>
    <artifactId>krontab-jvm</artifactId>
    <version>2.6.1</version>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: C. M.