Eva

Results 267 comments of Eva

Have a sample that shows this issue?

Thank you for reporting your issue. In order to look into it, can you please provide a sample project and clear steps to reproduce?

Not sure. It's the class files being transformed so you don't have any correct sources to compare against. You could write a tool that modifies the test coverage file to...

Hm, ok I could get behind that if you are interested in contributing. My biggest concern is there are many unanswered questions on how the api should work but if...

Fyi I was testing this locally and was running into issues with the kapt backend. After a bunch of debugging turns out it's running with the *embeded* gradle kotlin instead...

> I didn't notice that they were failing locally. Hm, I wonder if it has something to do with the toolchain support. I'm running with java 20 so it's jumping...

Going to close this out since a lot of the advice here is now out of date. I would recommend looking at the [multiplatform greeter sample](https://github.com/evant/kotlin-inject-samples/tree/main/multiplatform/greeter) these days to get...

Update: seems this is possible in ksp after all, submitted a pr to kotlinpoet to do this https://github.com/square/kotlinpoet/pull/1742. We could also implement a work-around ourselves but this seems minor enough...