[JAVA-5022] Kotlin coroutines should be declared as an API dependency Created: 13/Jun/23 Updated: 28/Oct/23 Resolved: 13/Jun/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Kotlin |
| Affects Version/s: | None |
| Fix Version/s: | 4.10.0 |
| Type: | Bug | Priority: | Unknown |
| Reporter: | Ross Lawley | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Documentation Changes: | Not Needed | ||||||||
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? |
||||||||
| Description |
|
Currently it is an implementation (runtime) dependency.
https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation |
| Comments |
| Comment by Githook User [ 13/Jun/23 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Kotlin coroutines should be declared as an API dependency As the API exports Flow types via delegation
|