Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix samples tests compilation #456

Merged
merged 3 commits into from
Sep 20, 2023
Merged

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
1 of 2 checks passed
@zaleslaw zaleslaw added this to the 0.12.0 milestone Oct 9, 2023
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.

None yet

3 participants