Skip to content

Commit

Permalink
Use project classes only
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Dec 27, 2024
1 parent ba648ce commit 8b4f600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object EntryPointsProcessor {
.toList()
return ArtificialMainWithAllMethods(
mainMethods = artificialMainMethods,
allMethods = scene.projectAndSdkClasses.flatMap { it.methods },
allMethods = scene.projectClasses.flatMap { it.methods },
)
}
}
Expand Down

0 comments on commit 8b4f600

Please sign in to comment.