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

WIP: Add ktx library module #74

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove context as field from GoldfingerKtx.Builder
Marko Docevski committed Jul 12, 2021
commit 2c1bf90ca8eb435f4c78ae550104c0b599754dbc
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ interface GoldfingerKtx {

fun cancel()

class Builder(private val context: Context) {
class Builder(context: Context) {

private val baseBuilder: Goldfinger.Builder = Goldfinger.Builder(context)