Anyone know if there' way to only apply the wire g...
# confetti
j
Anyone know if there' way to only apply the wire gradle plugin (along with associated build config) for certain platforms ....looking to workaround fact that it doesn't support wasm right now?
y
What about applying it to a specific proto module? And then using as a dependency in the right platforms?
j
Yeah, seems like that could work
trying that now and making a bit of progress but running in to following for some reason....just in case you've seen this?
Copy code
removeContentEntry: removed content entry url 'file:///Users/joreilly/dev/github/Confetti/proto/src/commonMain' still exists after removing
y
what does that mean, where does it come from?
j
when building new proto module.....
anyway, SO offering a few things....trying them now
recommendation was to delete
idea
folder and reimport but didn't help
ok, invalidate caches time 🙂
that didn't work.....but removed everything and re-added again and seems happier now
everything seems to be building ok now....just running in to issue re. compose compiler on android (had to move to 2.0.0-RC1 of Kotlin for other reasons)
Was talking to @Benoit Quenaudon briefly about this today at AndroidMakers.....think hope is that Wasm support could be added.....but also wondering if there should be way for Gradle to support only applying plugins (and associated config) for particular platforms (@mbonnin probably would know 🙂 )
👀 1
m
@Benoit Quenaudon what are you doing tonight 😂 Let's grab beers and write wasm? wasm 🍻 ?
b
Sorry I'll be meeting a buddy tonight I was hoping to have more time to prepare the talk but that didn't happen
👍 1
115 Views