Skip to content

Commit

Permalink
add Kotlin reflect (required for checking if class is sealed, in Prox…
Browse files Browse the repository at this point in the history
…yMaker)
  • Loading branch information
aSemy committed Jan 15, 2023
1 parent 3d58c75 commit 78bec66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mockk-agent-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(kotlin("reflect"))
}
}
val commonTest by getting {
Expand Down

0 comments on commit 78bec66

Please sign in to comment.