updated build deps, kotlin 1.9.0

This commit is contained in:
Robinson 2023-10-02 16:15:03 +02:00
parent 538b1d7514
commit 3b3e5f335b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2021 dorkbox, llc * Copyright 2023 dorkbox, llc
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -27,7 +27,7 @@ plugins {
id("com.dorkbox.GradleUtils") version "3.17" id("com.dorkbox.GradleUtils") version "3.17"
id("com.dorkbox.Licensing") version "2.26" id("com.dorkbox.Licensing") version "2.26"
id("com.dorkbox.VersionUpdate") version "2.8" id("com.dorkbox.VersionUpdate") version "2.8"
id("com.dorkbox.GradlePublish") version "1.18" id("com.dorkbox.GradlePublish") version "1.20"
// this allows us to drop generated moshi JSON code directly into bytecode using kotlin-ir (faster and better than KSP or KAPT). // this allows us to drop generated moshi JSON code directly into bytecode using kotlin-ir (faster and better than KSP or KAPT).
// https://github.com/ZacSweers/MoshiX // https://github.com/ZacSweers/MoshiX