Corbin McNeely-Smith

Results 30 issues of Corbin McNeely-Smith

Versions before Kotlin 1.8 re currently broken due to plugin api changes.

Currently, the kotlinc worker uses the default jvm options on `java_binary`. These need to be configurable to allocate more memory/configure GC to enhance worker performance.

type: enhancement
component: common
P1

This is forked off the 1.6 tag, as that is the current release.

# Background * ABI jars improve incremental compilation by lowering the number of affected libraries by only exposing the public areas. * Strict dependencies attempts to reduce the number of...

type: enhancement
status: open - investigating
type: performance

Adds an integration test that matches the example repo, and fully exercises the module support (no accidental inclusion of development dependencies).

* Also, cleanup the imports of libraries to be easier to reason about. * .klib remains an open question. Will need ot address in the near future. fixes #1106

1. Disable workspace test. 2. Set `.bazelrc` for examples that need specific flags. 3. Replace all existing integration tests with the new suites. 4. Fix the version check for later...