Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
1b3c2f87
Verified
Commit
1b3c2f87
authored
Jan 21, 2021
by
Marvin W.
🐿
Browse files
Fix Android Studio not reading symbols of proto generated classes
parent
baf890cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
play-services-core-proto/build.gradle
View file @
1b3c2f87
...
...
@@ -16,6 +16,10 @@ wire {
}
}
sourceSets
{
main
.
java
.
srcDirs
+=
"$buildDir/generated/source/wire"
}
compileKotlin
{
kotlinOptions
.
jvmTarget
=
1.8
}
...
...
play-services-nearby-core-proto/build.gradle
View file @
1b3c2f87
...
...
@@ -16,6 +16,10 @@ wire {
kotlin
{}
}
sourceSets
{
main
.
java
.
srcDirs
+=
"$buildDir/generated/source/wire"
}
compileKotlin
{
kotlinOptions
.
jvmTarget
=
1.8
}
...
...
play-services-wearable-proto/build.gradle
View file @
1b3c2f87
...
...
@@ -16,6 +16,10 @@ wire {
}
}
sourceSets
{
main
.
java
.
srcDirs
+=
"$buildDir/generated/source/wire"
}
compileKotlin
{
kotlinOptions
.
jvmTarget
=
1.8
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment