Skip to content
View shirozatou's full-sized avatar

Block or report shirozatou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Use ML Kit's barcode scanning API wi... Use ML Kit's barcode scanning API without Firebase dependencies or datatransport stuff
    1
    ## Use ML Kit's barcode scanning API without Firebase dependencies or datatransport stuff
    2
    
                  
    3
    ### Gradle
    4
    
                  
    5
    Before
  2. Add gradle module from another proje... Add gradle module from another project as dependency.
    1
    settings.gradle.kts
    2
    ```kotlin
    3
    include(":app") // Existed module of current project
    4
    
                  
    5
    // Here include module from another project