build tool update
kotlin 1.3.61 to 1.3.71 gradle 6.0.1 to 6.3 replase @Experimental with @OptInpull/41/head
parent
ff7021e2db
commit
e47b10e013
@ -1,6 +1,6 @@
|
|||||||
package avb.desc
|
package avb.desc
|
||||||
|
|
||||||
@ExperimentalUnsignedTypes
|
@OptIn(ExperimentalUnsignedTypes::class)
|
||||||
abstract class Descriptor(var tag: ULong, var num_bytes_following: ULong, var sequence: Int = 0) {
|
abstract class Descriptor(var tag: ULong, var num_bytes_following: ULong, var sequence: Int = 0) {
|
||||||
abstract fun encode(): ByteArray
|
abstract fun encode(): ByteArray
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue