protobuf-lite: add javalite generated sources to intellij path (#3653)

This commit is contained in:
zpencer 2017-11-02 15:43:47 -07:00 committed by GitHub
parent de408e0a86
commit 4c96ebd6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -57,3 +57,9 @@ protobuf {
}
}
}
idea {
module {
sourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
}
}