Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Feb 20, 2023
2 parents b156df5 + 2d1c7ae commit 8b4972c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ java8 = { id = "net.mbonnin.one.eight", version = "0.2" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.24.0" }
validator = { id = "binary-compatibility-validator", version = "0.8.0" }
validator = { id = "binary-compatibility-validator", version = "0.13.0" }
2 changes: 2 additions & 0 deletions hierarchy/api/hierarchy.api
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public final class com/juul/krayon/hierarchy/Node {
public final fun getData ()Ljava/lang/Object;
public final fun getLayout ()Ljava/lang/Object;
public final fun getParent ()Lcom/juul/krayon/hierarchy/Node;
public final fun getWeight ()F
public final fun setWeight (F)V
}

public final class com/juul/krayon/hierarchy/NodeKt {
Expand Down

0 comments on commit 8b4972c

Please sign in to comment.