rsocket-kotlin icon indicating copy to clipboard operation
rsocket-kotlin copied to clipboard

restructure transport modules

Open whyoleg opened this issue 1 year ago • 1 comments

settings.gradle.kts contains new projects/folders structure

  • rename ktor-websocket to ktor-websocket-internal and make it an implementation dependency (not exposed)
  • move all transports under rsocket-transports folder
  • drop empty modules (with just dummy files)
  • implement small DSL for including projects

whyoleg avatar Mar 02 '24 08:03 whyoleg

Test Results

  699 files  ±0    699 suites  ±0   30m 42s :stopwatch: - 6m 30s 2 179 tests ±0  1 950 :white_check_mark: ±0  229 :zzz: ±0  0 :x: ±0  4 562 runs  ±0  4 032 :white_check_mark: ±0  530 :zzz: ±0  0 :x: ±0 

Results for commit 5f29d028. ± Comparison against base commit d5c1b35f.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 02 '24 09:03 github-actions[bot]