Bixby Developer Center

References

capsule-imports

optional

Lists the capsules that this one is dependent on. Each of these dependencies will be loaded and compiled along with this capsule.

Examples

    capsule-imports {
import (viv.core) {
as (core)
}
import (viv.self) {
as (self)
version (4.0.25)
}
import (viv.time) {
as (time)
version-from (self)
}
import (viv.money) {
as (money)
version (2.22.56)
}
}

View 698bec2 on GitHub

  capsule-imports {
import (viv.core) {
as (core)
}
import (viv.time) {
as (time)
version (3.1.48)
}
}

View b00f7a9 on GitHub

Child Keys

import
optional
Specifies a single dependency