mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Prepare build.gradle for kotlin migration
This commit is contained in:
parent
383e7db360
commit
69149b16c1
2 changed files with 42 additions and 57 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue