Is it possible to share a TypeAlias between different packages? Pkg A ISample.kt : typealias BaseType = (ByteArray) -> String interface ISample { …
確定! 回上一頁