cashapp/zipline

Nullable type parameters’ don’t show up in API dumps

Opened this issue · 0 comments

Given a ZiplineService function with this signature:

  fun foo(): Flow<MyValue?>

The API dump doesn’t include a ? in the type paramter:

  # fun foo(): kotlinx.coroutines.flow.Flow<com.example.MyValue>

Unfortunately fixing this is extremely backwards-incompatible.