
dependencies {
    // implementation (project(":library")) {
    //     transitive = true
    // }
    api ('io.socket:socket.io-client:1.+') {
      exclude group: 'org.json', module: 'json'
    }

}
