-
Beta Was this translation helpful? Give feedback.
Answered by
aoli-al
Aug 27, 2025
Replies: 1 comment
-
The easiest way to include
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eyalatar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
frayTest
itself is a gradle task: https://github.com/cmu-pasta/fray/blob/d05d35a743b7a5d56ea5bf4ecf45a0253afaa9ee/plugins/gradle/src/main/kotlin/FrayPlugin.kt#L45C1-L45C60The easiest way to include
frayTest
while runninggradle test
is addingfrayTest
as a dependency: