Skip to content

Commit

Permalink
Fix API
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 12, 2024
1 parent 6c4e9d2 commit 5287d71
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ public abstract interface class foundry/gradle/properties/LocalProperties$Parame
}

public final class foundry/gradle/properties/PropertyResolver {
public static final field Companion Lfoundry/gradle/properties/PropertyResolver$Companion;
public fun <init> (Lfoundry/gradle/properties/PropertyResolver$SimpleProviderFactory;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
public fun <init> (Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
public synthetic fun <init> (Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun booleanProvider (Ljava/lang/String;)Lorg/gradle/api/provider/Provider;
public final fun booleanProvider (Ljava/lang/String;Lorg/gradle/api/provider/Provider;)Lorg/gradle/api/provider/Provider;
public final fun booleanProvider (Ljava/lang/String;Z)Lorg/gradle/api/provider/Provider;
Expand All @@ -53,6 +52,15 @@ public final class foundry/gradle/properties/PropertyResolver {
public final fun stringValue (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
}

public final class foundry/gradle/properties/PropertyResolver$Companion {
public final fun createForRootProject (Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lfoundry/gradle/properties/PropertyResolver;
public static synthetic fun createForRootProject$default (Lfoundry/gradle/properties/PropertyResolver$Companion;Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lfoundry/gradle/properties/PropertyResolver;
public final fun invoke (Lorg/gradle/api/Project;Lfoundry/gradle/properties/PropertyResolver;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lfoundry/gradle/properties/PropertyResolver;
public final fun invoke (Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lfoundry/gradle/properties/PropertyResolver;
public static synthetic fun invoke$default (Lfoundry/gradle/properties/PropertyResolver$Companion;Lorg/gradle/api/Project;Lfoundry/gradle/properties/PropertyResolver;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lfoundry/gradle/properties/PropertyResolver;
public static synthetic fun invoke$default (Lfoundry/gradle/properties/PropertyResolver$Companion;Lorg/gradle/api/Project;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lfoundry/gradle/properties/PropertyResolver;
}

public abstract interface class foundry/gradle/properties/PropertyResolver$SimpleProviderFactory {
public abstract fun provider (Ljava/util/concurrent/Callable;)Lorg/gradle/api/provider/Provider;
}
Expand Down

0 comments on commit 5287d71

Please sign in to comment.