A collection of proto files that are imported by this source set but do not belong to any other source set.
Example:
kotlin.sourceSets {
commonMain {
proto {
fileImports.from("path/to/proto/file.proto")
}
}
}Content copied to clipboard