File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,8 +653,8 @@ private static void SetupAndroidProjectKotlin()
653653 File . WriteAllText ( projBuildPath , projBuildScript ) ;
654654 }
655655
656- // Sets up the project settings.gradle files correctly
657- if ( ! Regex . IsMatch ( settingsScript , @"include("":unityLibrary"")" ) )
656+ // Sets up the project settings.gradle.kts files correctly
657+ if ( ! Regex . IsMatch ( settingsScript , @"include\ ("":unityLibrary""\ )" ) )
658658 {
659659 settingsScript += @"
660660
@@ -665,7 +665,7 @@ private static void SetupAndroidProjectKotlin()
665665 }
666666
667667
668- // Sets up the project app build.gradle files correctly
668+ // Sets up the project app build.gradle.kts files correctly
669669 if ( ! Regex . IsMatch ( appBuildScript , @"dependencies \{" ) )
670670 {
671671 appBuildScript += @"
You can’t perform that action at this time.
0 commit comments