Runtime only classes

This commit is contained in:
Fury_Phoenix 2023-12-10 17:29:43 -08:00
parent 6f769066c5
commit 050bb438ed
No known key found for this signature in database
GPG Key ID: 0595F98084987DB8

View File

@ -16,7 +16,7 @@ dependencies {
implementation "net.fabricmc:sponge-mixin:0.12.5+"
// Platform classes
implementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
runtimeOnly "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
implementation project(":annotations")
}