Skip to content

Commit 245e500

Browse files
committed
-P:scalanative:genStaticForwardersForNonTopLevelObjects
1 parent 561cff0 commit 245e500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
160160
)
161161
)
162162
.nativeSettings(
163+
scalacOptions += "-P:scalanative:genStaticForwardersForNonTopLevelObjects",
163164
Compile / sourceGenerators += Def.task {
164165
val srcDirs = (Compile / sourceDirectories).value
165166
val destinationDir = (Compile / sourceManaged).value

0 commit comments

Comments
 (0)