Skip to content

Use null safety library

akwizgran requested to merge null-safety-library into master

The null safety annotations and helper methods have been moved into a library for easier use across projects. This branch updates Briar to use the library.

I don't recommend trying to review this in the web UI!

To verify the changes it's probably better to grep the diff to check that only import statements have been changed, except for the null safety classes being removed and the library being added as a dependency of bramble-api.

Merge request reports