I'm trying to fork accompanist webview into my cod...
# compose-android
c
I'm trying to fork accompanist webview into my codebase by just copy pasta, but I can't find the import of
com.google.accompanist.web.LoadingState.Finished
or
Loading
. Using github code search, it just looks like that class doesn't exist. Am I missing something basic?
s
I’ve done the same forking, and I got this here https://github.com/HedvigInsurance/android/blob/5f1f762af6f5af12cc93946f7113bc4c9c[…]ew/src/main/kotlin/com/hedvig/android/composewebview/WebView.kt which I am certain I did not write myself 😄 It may just be somewhere nested in the code you are copying over
Maybe do a search for the same comments (Which I also did not write myself) and you’ll find the right thing
c
Why did that not show up in github code search? 😭 You're right. it was right there. thanks for the quick look Stylianos
😉 1
here i thought that cs.github.com was good lol
s
Does that even index things in GitHub though?
c
i thought it did? it used to give you a warning if a codebase wasn't indexed IIRC
blob shrug 1
s
Oh you wrote cs.github.com. I read cs.android.com. In fact I think my brain stopped at
cs.
and instantly assumed that’s what you were talking about 😄
👍 1
same 1
c
wonder if anyone is maintaining a webview fork 😅
s
You copy the code -> it works. Sounds maintained enough to me 😅
😄 2