diff --git a/BasicLocationKotlin/gradle.properties b/BasicLocationKotlin/gradle.properties index 5d08ba75..41bc2b6f 100644 --- a/BasicLocationKotlin/gradle.properties +++ b/BasicLocationKotlin/gradle.properties @@ -15,4 +15,6 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true + +android.useAndroidX=true