kotlincompile.definitions.GodotJvmBuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-coroutine-library-release Show documentation
Show all versions of godot-coroutine-library-release Show documentation
Godot library extension allowing the use of coroutines in a Godot context.
The newest version!
package kotlincompile.definitions
import kotlin.Boolean
public object GodotJvmBuildConfig {
public const val DEBUG: Boolean = false
}