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()
653
653
File . WriteAllText ( projBuildPath , projBuildScript ) ;
654
654
}
655
655
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""\ )" ) )
658
658
{
659
659
settingsScript += @"
660
660
@@ -665,7 +665,7 @@ private static void SetupAndroidProjectKotlin()
665
665
}
666
666
667
667
668
- // Sets up the project app build.gradle files correctly
668
+ // Sets up the project app build.gradle.kts files correctly
669
669
if ( ! Regex . IsMatch ( appBuildScript , @"dependencies \{" ) )
670
670
{
671
671
appBuildScript += @"
You can’t perform that action at this time.
0 commit comments