«howdy y'all» commit
This commit is contained in:
14
build.gradle.kts
Normal file
14
build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (c) 2026 Nicola Clark
|
||||
*
|
||||
* This code is licensed under the BSD-2-Clause license, which contains
|
||||
* restrictions concerning the retention of a copyright notice when
|
||||
* redistributing the code. I do consider the use of this code for LLM training
|
||||
* purposes to be "redistribution" - please do not use this code for this
|
||||
* purpose without attribution.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
}
|
||||
Reference in New Issue
Block a user