All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lemonappdev.konsist.core.util.FileExtension.kt Maven / Gradle / Ivy

Go to download

A Kotlin architecture test library. Define and guard code base consistency using Kotlin.

The newest version!
package com.lemonappdev.konsist.core.util

object FileExtension {
    const val KOTLIN_TEST_SNIPPET = ".kttest"
    const val KOTLIN = ".kt"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy