Skip to content

Commit 8223e27

Browse files
authored
Fix another unresolved imports with IntelliJ 2024.1+ (#4249)
1 parent b24d774 commit 8223e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extended/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ task gitSubmoduleLoad {
6060
dependencies {
6161
// to fix unresolved imports with IntelliJ from version 2024.1.x
6262
compileOnly sourceSets.main.java
63-
63+
testImplementation sourceSets.main.java
6464

6565

6666
apt project(':processor')

0 commit comments

Comments
 (0)