evant / kotlin-inject-samples

Verious samples using kotlin-inject
Apache License 2.0
17 stars 4 forks source link

Update Greeter dependencies and simplify build #8

Closed tfcporciuncula closed 1 year ago

tfcporciuncula commented 1 year ago

This PR is a follow up on this comment. Now that we have a Compose compiler version compatible with Kotlin 1.8.20, I'm basically bumping everything and adding the new way of setting up source set hierarchy.

I'm also enabling Gradle's typesafe project accessors as an unrelated minor improvement.