SkillAgentSearch skills...

Tasks

Task datatype, meant for cross-language interop (Java, Kotlin, Scala)

Install / Use

/learn @funfix/Tasks
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tasks

build maven javadoc

This is a library meant for library authors that want to build libraries that work across Java, Scala, or Kotlin, without having to worry about interoperability with whatever method of I/O that the library is using under the hood.

Usage

Read the Javadoc. Better documentation is coming.


Maven:

<dependency>
  <groupId>org.funfix</groupId>
  <artifactId>tasks-jvm</artifactId>
  <version>0.4.1</version>
</dependency>

Gradle:

dependencies {
    implementation("org.funfix:tasks-jvm:0.4.1")
}

sbt:

libraryDependencies += "org.funfix" % "tasks-jvm" % "0.4.1"
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Java

Security Score

95/100

Audited on Feb 7, 2026

No findings