mirror of
https://github.com/briar/briar.git
synced 2025-12-23 23:37:43 -05:00
Fix Gradle sync error in Android Studio.
This commit is contained in:
@@ -6,9 +6,9 @@ sourceSets.configureEach { sourceSet ->
|
||||
|
||||
idea {
|
||||
module {
|
||||
sourceDirs += compileJava.options.generatedSourceOutputDirectory
|
||||
generatedSourceDirs += compileJava.options.generatedSourceOutputDirectory
|
||||
testSourceDirs += compileTestJava.options.generatedSourceOutputDirectory
|
||||
generatedSourceDirs += compileTestJava.options.generatedSourceOutputDirectory
|
||||
sourceDirs += file(compileJava.options.generatedSourceOutputDirectory)
|
||||
generatedSourceDirs += file(compileJava.options.generatedSourceOutputDirectory)
|
||||
testSourceDirs += file(compileTestJava.options.generatedSourceOutputDirectory)
|
||||
generatedSourceDirs += file(compileTestJava.options.generatedSourceOutputDirectory)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user