io.github.matejcerny.sbtconfig.parser

Members list

Type members

Classlikes

object ConfigParser

Parser for HOCON configuration files. Converts Typesafe Config to ProjectConfig model.

Parser for HOCON configuration files. Converts Typesafe Config to ProjectConfig model.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Parser for dependency fields in HOCON config.

Parser for dependency fields in HOCON config.

Supports three modes:

  • Mode 1 (Flat list): all dependencies use CrossVersionType.Scala and Platform.Shared.
  • Mode 2 (Language split): scala/java map to Platform.Shared; js to Platform.Js; native to Platform.Native.
  • Mode 3 (Full matrix): explicit platform grouping with shared/jvm objects and js/native flat lists.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Parser for developer fields in HOCON config.

Parser for developer fields in HOCON config.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type