Skip to content

Commit

Permalink
add a temporary java wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Oct 11, 2024
1 parent 697b093 commit a3cb3ce
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.ccci.gto.android.common.androidx.compose.ui.platform;

import androidx.compose.ui.platform.AndroidUiDispatcher;

public class TestUtils {
public static void clearDispatcher() {
AndroidUiDispatcher_TestFixturesKt.clearAndroidUiDispatcher(AndroidUiDispatcher.class);
}
}

0 comments on commit a3cb3ce

Please sign in to comment.