Skip to content

Commit

Permalink
Fix another unresolved imports with IntelliJ 2024.1+ (#4249)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Dec 4, 2024
1 parent b24d774 commit 8223e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task gitSubmoduleLoad {
dependencies {
// to fix unresolved imports with IntelliJ from version 2024.1.x
compileOnly sourceSets.main.java

testImplementation sourceSets.main.java


apt project(':processor')
Expand Down

0 comments on commit 8223e27

Please sign in to comment.