mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

We already have a simple app in this repo that fully uses Gradle Kotlin DSL (see #141541). The next small step is to have at least one plugin that also uses Gradle Kotlin DSL. Let's use `integration_test` for that, since it's versioned with Flutter SDK.
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
rootProject.name = "integrationTest"
|