You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the Kotlin plugin is applied _after_ JUnit 5 in the build file,
45
+
// fall back to the expected path… However, make sure to log a warning to users!
46
+
project.logger.agpLog(WARN, "The kotlin-android plugin is currently applied after android-junit5! To guarantee full compatibility, please declare it above the JUnit 5 plugin.")
0 commit comments