Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dwds/lib/src/utilities/sdk_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SdkConfiguration {
class DefaultSdkConfigurationProvider extends SdkConfigurationProvider {
DefaultSdkConfigurationProvider();

late SdkConfiguration _configuration = _create();
late final SdkConfiguration _configuration = _create();

/// Create and validate configuration matching the default SDK layout.
@override
Expand Down
2 changes: 0 additions & 2 deletions dwds/tool/copy_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// @dart = 2.9

import 'package:build/build.dart';

/// Factory for the build script.
Expand Down