ill-main_2.13.0.12.2-20-231ff6.source-code.stubs.scala Maven / Gradle / Ivy
The newest version!
/**
* Use `import $meta._` to enable the meta-build in the `mill-build/` folder`
*
* This is just a stub object to provide autocomplete for the import in the IDE
*/
package $meta { object $dummy }
/**
* Use `import $packages._` to allow your Mill build to be broken up into
* per-folder `package.mill` files.
*
* This is just a stub object to provide autocomplete for the import in the IDE
*/
package $packages { object $dummy }
/**
* Use `import $ivy` to include third-party libraries for usage in your build.
*
* ```
* import $ivy.`org:name:version` // Java libraries
* import $ivy.`org::name:version` // Scala libraries
* import $ivy.`org::name::version` // Scala-Js/Scala-Native libraries
* ```
*
* This is just a stub object to provide autocomplete for the import in the IDE
*/
package $ivy { object $dummy }
///**
// * Use `import $file.foo.bar` to include sub-folder `foo/bar/package.mill`
// * files in your build.
// */
//package $file{ object $dummy }