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

com.dbobjekts.api.PathsUtil.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0-RC2
Show newest version
package com.dbobjekts.api

import java.nio.file.Paths


object PathsUtil {
    /**
     * Resolves to the absolute path of the `src/generated-sources/kotlin` directory in the current project
     */
    fun getGeneratedSourcesDirectory(): String =
        Paths.get("src/generated-sources/kotlin").toAbsolutePath().toString()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy