From 98619e35cbdb6a2cd8fa185414347fe71ed7fce9 Mon Sep 17 00:00:00 2001 From: Eugen Martynov Date: Sat, 1 Mar 2025 13:03:01 +0100 Subject: [PATCH] Add new line to the end of file --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4d5628b45..f8ebb35bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -66,5 +66,5 @@ android.injected.androidTest.leaveApksInstalledAfterRun=true # Test fixture introduction # https://medium.com/@emartynov/android-project-test-fixtures-dec50c5d8533 -# TODO: Add real documentation -android.experimental.enableTestFixturesKotlinSupport=true \ No newline at end of file +# TODO: Add real documentation. Actually, I can not find the official documentation. +android.experimental.enableTestFixturesKotlinSupport=true