AirPlayAuth
AirPlayAuth copied to clipboard
Since tvOS 10.2 AppleTV is enforcing the "Device verification" for AirPlay, which could be manually enabled/disabled before. This library allows to pair with an AppleTV and can be used in any app supp...
When looking into why `Client` and `Stub`s aren't generated for `google/bytestream/bytestream.proto` I realized this is explicitly skipped [here](https://github.com/googleapis/gapic-generator-kotlin/blob/9d7598eeee35dd6d79518b5df2eb2c46a85a7cac/generator/src/main/kotlin/com/google/api/kotlin/types/ProtoTypes.kt#L33) and was wondering if there is another easy way to work with...
Proto 3.15.0 enabled optionals by default, which especially relevant for kotlin due to nullability. Sadly the generator crashes when using optionals. Will support be added?
The Intellij code formatter was removed and the formatting is no longer correct in many cases.
``` Toluwanis-MacBook-Pro:generator tolu$ gradle build && docker build . -t kgen > Configure project : e: /Users/tolu/src/gapic-generator-kotlin/generator/build.gradle.kts:57:17: Type mismatch: inferred type is NamedDomainObjectProvider but Configuration! was expected e: /Users/tolu/src/gapic-generator-kotlin/generator/build.gradle.kts:156:9: Val...
`option java_multiple_files = true` is currently required for the generated code to work correctly.