Select Git revision
contributing.md
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
settings.gradle.kts 119 B
rootProject.name = "kotlin-bitflags"
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}