We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24d774 commit 8223e27Copy full SHA for 8223e27
extended/build.gradle
@@ -60,7 +60,7 @@ task gitSubmoduleLoad {
60
dependencies {
61
// to fix unresolved imports with IntelliJ from version 2024.1.x
62
compileOnly sourceSets.main.java
63
-
+ testImplementation sourceSets.main.java
64
65
66
apt project(':processor')
0 commit comments