File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1515 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1616 */
1717
18+ val modId: String by project
1819val modVersion: String by project
1920val minecraftVersion: String by project
20- val modId: String by project
2121val fabricLoaderVersion: String by project
22+ val pngEncoderVersion: String by project
2223val discordIPCVersion: String by project
24+ val classGraphVersion: String by project
25+ val kotlinVersion: String by project
2326val ktorVersion: String by project
2427val mockitoKotlin: String by project
2528val mockitoInline: String by project
@@ -44,9 +47,10 @@ dependencies {
4447 modImplementation(" net.fabricmc:fabric-loader:$fabricLoaderVersion " ) { isTransitive = false }
4548
4649 // Add dependencies on the required Kotlin modules.
47- implementation(" org.reflections:reflections:0.10.2 " )
50+ implementation(" io.github.classgraph:classgraph: ${classGraphVersion} " )
4851 implementation(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
49- implementation(" com.pngencoder:pngencoder:0.15.0" )
52+ implementation(" com.pngencoder:pngencoder:$pngEncoderVersion " )
53+ implementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion " )
5054
5155 // Ktor
5256 implementation(" io.ktor:ktor-client-core:$ktorVersion " )
You can’t perform that action at this time.
0 commit comments