Skip to content

Commit 0f801b3

Browse files
authored
1 parent d235d6e commit 0f801b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomicfu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ task compileJavaModuleInfo(type: JavaCompile) {
345345

346346
// Use the classpath of the compileKotlinJvm task.
347347
// Also ensure that the module path is used instead of classpath.
348-
classpath = compileKotlinJvm.classpath
348+
classpath = compileKotlinJvm.libraries
349349
modularity.inferModulePath.set(true)
350350

351351
doFirst {

0 commit comments

Comments
 (0)