Skip to content

Conversation

koperagen
Copy link
Collaborator

with this fix korro also works

@@ -108,7 +108,7 @@ campaigns.filterJoinWith(visits) {

```kotlin
campaigns.filterJoinWith(visits) {
right[{ "date"<LocalDate>() }] in "startDate"<LocalDate>().."endDate"<LocalDate>()
right.getValue<LocalDate>("date") in "startDate"<LocalDate>().."endDate"<LocalDate>()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I see Korro indeed works again :D

friendPaths.from(sourceSets["main"].output.classesDirs)
tasks.named<KotlinCompile>("compileTestKotlin").get().let {
friendPaths.from(it.friendPaths)
libraries.from(it.libraries)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That explains why it couldn't find the dependencies

@koperagen koperagen merged commit 80e346f into master Sep 20, 2023
@zaleslaw zaleslaw added this to the 0.12.0 milestone Oct 9, 2023
@koperagen koperagen deleted the fix-samples-tests-compilation branch August 26, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants