sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

Kotlin: add Gradle task to build a "fat" jar

Open tjbanghart opened this issue 2 years ago • 0 comments

I'd like to include the Kotlin SDK in another JVM project. The current jar task only builds the SDK but doesn't include the ktor, gson, or general Kotlin specific dependencies. A dependent project would need to include these separately.

Adding the Shadow plugin will let us build shaded "fat" jars that include all dependencies so developers could build a single jar to bundle.

tjbanghart avatar Jul 20 '23 20:07 tjbanghart