File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
firebase-ai/src/testUtil/java/com/google/firebase/ai Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 49
49
import com .google .firebase .ai .type .ModalityTokenCount ;
50
50
import com .google .firebase .ai .type .Part ;
51
51
import com .google .firebase .ai .type .PromptFeedback ;
52
+ import com .google .firebase .ai .type .PublicPreviewAPI ;
52
53
import com .google .firebase .ai .type .ResponseModality ;
53
54
import com .google .firebase .ai .type .SafetyRating ;
54
55
import com .google .firebase .ai .type .SpeechConfig ;
60
61
import java .util .List ;
61
62
import java .util .Map ;
62
63
import java .util .concurrent .Executor ;
64
+
65
+ import kotlin .OptIn ;
63
66
import kotlinx .serialization .json .JsonElement ;
64
67
import kotlinx .serialization .json .JsonNull ;
65
68
import kotlinx .serialization .json .JsonObject ;
71
74
/**
72
75
* Tests in this file exist to be compiled, not invoked
73
76
*/
77
+ @ OptIn (markerClass = PublicPreviewAPI .class )
74
78
public class JavaCompileTests {
75
79
76
80
public void initializeJava () throws Exception {
You can’t perform that action at this time.
0 commit comments