<@UAAHNRRD5> please take a look at our build.gradl...
# detekt
a
@sachin4203 please take a look at our build.gradle.kt file
Copy code
gradle
	idea(Action {
		path = "$userHome/.idea"
		codeStyleScheme = "$userHome/.idea/idea-code-style.xml"
		inspectionsProfile = "$userHome/.idea/inspect.xml"
		report = "${rootProject.projectDir}/reports"
		mask = "*.kt,"
	})
s
How would this implementation differ in Android Studio. I was not able to find the .idea folder ? Thanks a lot !!