We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9fdef commit 9a9aed1Copy full SHA for 9a9aed1
packages/flutter_tools/lib/src/test/flutter_platform.dart
@@ -205,9 +205,9 @@ class _FlutterPlatform extends PlatformPlugin {
205
if (previewDart2) {
206
mainDart = await compile(
207
sdkRoot: artifacts.getArtifactPath(Artifact.flutterPatchedSdkPath),
208
- incrementalCompilerByteStorePath: '' /* not null is enough */,
209
mainPath: listenerFile.path,
210
packagesPath: PackageMap.globalPackagesPath,
+ linkPlatformKernelIn: true
211
);
212
213
if (mainDart == null) {
0 commit comments