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

ammonite.interp.ExtraCompilerCompatibility.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M0-71-1e75159e
Show newest version
package ammonite.interp

import scala.reflect.io.FileZipArchive
import scala.tools.nsc.Settings
import scala.tools.nsc.classpath.ZipAndJarClassPathFactory

abstract class ExtraCompilerCompatibility {

  def createZipJarFactory(arc: FileZipArchive, settings: Settings) = {
    ZipAndJarClassPathFactory.create(arc, settings)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy