get Config File Content

private open fun getConfigFileContent(kotlinContent: String, javaContent: String): String

Method to get the content of the configuration file to create

Return

the content correctly formatted for Java or Kotlin language as String

Parameters

kotlinContent

: the kotlin version of the content to create the relate config file

javaContent

: the java version of the content to create the relate config file