One gotcha about Kotlin DSL is that if you have subprojects that are trying to use a different testlogger setting compared to the parent project, the syntax changes slightly. subprojects { apply { plugin("com.a
. }Code language: Kotlin (kotlin) As the new class currently stands, it contains a constructor method to be called when a new class instance is created. The constructor takes the context of the calling activity as an argument, which is then stored so that it can be referenced later in ...
One gotcha about Kotlin DSL is that if you have subprojects that are trying to use a different testlogger setting compared to the parent project, the syntax changes slightly. subprojects {apply{ plugin("com.adarshr.test-logger") } configure<TestLoggerExtension> { theme=ThemeType.STANDARDshowExce...
One gotcha about Kotlin DSL is that if you have subprojects that are trying to use a different testlogger setting compared to the parent project, the syntax changes slightly. subprojects {apply{ plugin("com.adarshr.test-logger") } configure<TestLoggerExtension> { theme=ThemeType.STANDARDshowExce...