Update build.gradle.kts
Co-authored-by: Eli Orona <eliorona@live.com>
This commit is contained in:
parent
154bca53b9
commit
462e21ac2f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ dependencies {
|
||||||
// QSL is not a complete API; You will need Quilted Fabric API to fill in the gaps.
|
// QSL is not a complete API; You will need Quilted Fabric API to fill in the gaps.
|
||||||
// Quilted Fabric API will automatically pull in the correct QSL version.
|
// Quilted Fabric API will automatically pull in the correct QSL version.
|
||||||
modImplementation(libs.quilted.fabric.api)
|
modImplementation(libs.quilted.fabric.api)
|
||||||
// modImplementation(libs.bundles.quilted.fabric.api) // If you wish to use the deprecated Fabric API modules
|
// modImplementation(libs.bundles.quilted.fabric.api.deprecated) // If you wish to use the deprecated Fabric API modules
|
||||||
|
|
||||||
modImplementation(libs.qkl)
|
modImplementation(libs.qkl)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue