File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
kotlin-stdlib/api/android Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### Updated
16
16
17
+ - ` com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.8.1 `
18
+
17
19
## [ 0.1.0] - 2024-11-28
18
20
19
21
### Added
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- hubdle = " 0.8.0 "
2
+ hubdle = " 0.8.1 "
3
3
4
4
[plugins ]
5
5
javiersc-hubdle = { id = " com.javiersc.hubdle" , version.ref = " hubdle" }
Original file line number Diff line number Diff line change @@ -532,6 +532,8 @@ public final class com/javiersc/kotlin/stdlib/validate/ValidatorScope$Validatabl
532
532
public fun add (Ljava/lang/Object;)Z
533
533
public fun addAll (ILjava/util/Collection;)Z
534
534
public fun addAll (Ljava/util/Collection;)Z
535
+ public fun addFirst (Ljava/lang/Object;)V
536
+ public fun addLast (Ljava/lang/Object;)V
535
537
public fun clear ()V
536
538
public fun contains (Ljava/lang/Object;)Z
537
539
public fun containsAll (Ljava/util/Collection;)Z
@@ -548,6 +550,8 @@ public final class com/javiersc/kotlin/stdlib/validate/ValidatorScope$Validatabl
548
550
public fun remove (I)Ljava/lang/Object;
549
551
public fun remove (Ljava/lang/Object;)Z
550
552
public fun removeAll (Ljava/util/Collection;)Z
553
+ public fun removeFirst ()Ljava/lang/Object;
554
+ public fun removeLast ()Ljava/lang/Object;
551
555
public fun replaceAll (Ljava/util/function/UnaryOperator;)V
552
556
public fun retainAll (Ljava/util/Collection;)Z
553
557
public fun set (ILjava/lang/Object;)Ljava/lang/Object;
You can’t perform that action at this time.
0 commit comments