Prepare build.gradle for kotlin migration

This commit is contained in:
AsamK 2021-01-23 13:36:39 +01:00
parent 383e7db360
commit 69149b16c1
2 changed files with 42 additions and 57 deletions

View file

@ -1,18 +1 @@
/*
* This settings file was auto generated by the Gradle buildInit task
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at http://gradle.org/docs/2.2.1/userguide/multi_project_builds.html
*/
/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/
rootProject.name = 'signal-cli'
rootProject.name = "signal-cli"