jeremytchang
jeremytchang
Currently, go sdk model generation doesn't support union type `interface{}`for results, so we cannot parse according to Content Type Header. For now, it parses based off result type. https://github.com/looker-open-source/sdk-codegen/pull/1021 Take...
This PR upgrades: - the Gradle version - the build files were rewritten in Kotlin for type safety - the Kotlin version, from 1.7.x to 1.8.x - the Kotlin coroutine...
The original exclude only included the `looker_sdk` folder. Afaict based off other examples, we should be using exclude. Confirmed this fixes https://github.com/looker-open-source/sdk-codegen/issues/1518 locally.