addKernelPackageDep property
Adds the 'kernel' package as a dependency to the package-under-test.
This allows various package:kernel/ imports to resolve.
Implementation
bool get addKernelPackageDep => false;
Adds the 'kernel' package as a dependency to the package-under-test.
This allows various package:kernel/ imports to resolve.
bool get addKernelPackageDep => false;