All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tobiasroeser.mill.kotlin.KotlinWorkerManager.scala Maven / Gradle / Ivy

package de.tobiasroeser.mill.kotlin

import mill.api.{Ctx, PathRef}

trait KotlinWorkerManager {
  def get(toolsClasspath: Seq[PathRef])(implicit ctx: Ctx): KotlinWorker
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy