Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth/sample/shared module metalava file is outdated #1809

Closed
luizgrp opened this issue Nov 13, 2023 · 1 comment
Closed

auth/sample/shared module metalava file is outdated #1809

luizgrp opened this issue Nov 13, 2023 · 1 comment

Comments

@luizgrp
Copy link
Member

luizgrp commented Nov 13, 2023

// Signature format: 4.0
package com.google.android.horologist.auth.sample.shared {
public final class TokenSerializer implements androidx.datastore.core.Serializer<java.lang.String> {
method public String getDefaultValue();
method public suspend Object? readFrom(java.io.InputStream input, kotlin.coroutines.Continuation<? super java.lang.String>);
method public suspend Object? writeTo(String t, java.io.OutputStream output, kotlin.coroutines.Continuation<? super kotlin.Unit>);
property public String defaultValue;
field public static final com.google.android.horologist.auth.sample.shared.TokenSerializer INSTANCE;
}
}

Things to check:

  • metalava task doesn't seem to be available - was the plugin configuration removed?
  • doesn't seem to be failing in CI, was the call to run it removed?
@luizgrp
Copy link
Member Author

luizgrp commented Nov 14, 2023

sample app should not have metalava config, this file will be removed in #1812

@luizgrp luizgrp closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant