detekt
Toggle table of contents
2.0.0-alpha.0
jvm
Platform filter
jvm
Switch theme
Search in API
detekt
detekt-test-utils
/
dev.detekt.test.utils
/
KotlinAnalysisApiEngine
/
compile
compile
fun
compile
(
code
:
String
,
dependencyCodes
:
List
<
String
>
=
emptyList()
,
javaSourceRoots
:
List
<
Path
>
=
emptyList()
,
allowCompilationErrors
:
Boolean
=
false
)
:
KtFile
Compiles a given code string using Kotlin's Analysis API.
Throws
Illegal
State
Exception
if the given code snippet does not compile