Skip to content

KtScheduler v1.1.2

Compare
Choose a tag to compare
@starry-shivam starry-shivam released this 19 Jun 13:33
· 16 commits to main since this release
e34f5c3

What's Changed

  • Removed function parameter from job and added callback parameter in the end so it can be used like this:
val job = Job(...) { println("Meow >~<") }
  • Increased tests coverage to 100%
  • Added javadoc/kdoc in publishing artifacts, full javadoc is now available at jitpack.
  • Updated installation guide & some other documentation improvements.