From af3bfb02168df80eb1bc047a22d03b6884891d19 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Tue, 23 Jul 2024 17:25:53 -0700 Subject: [PATCH] remove annotation --- evaluation-core/src/commonTest/kotlin/SemanticVersionTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/evaluation-core/src/commonTest/kotlin/SemanticVersionTest.kt b/evaluation-core/src/commonTest/kotlin/SemanticVersionTest.kt index 1152d77..8d19707 100644 --- a/evaluation-core/src/commonTest/kotlin/SemanticVersionTest.kt +++ b/evaluation-core/src/commonTest/kotlin/SemanticVersionTest.kt @@ -1,6 +1,5 @@ package com.amplitude.experiment.evaluation -import kotlinx.coroutines.DelicateCoroutinesApi import kotlinx.coroutines.delay import kotlinx.coroutines.launch import kotlinx.coroutines.runBlocking @@ -8,7 +7,6 @@ import kotlin.test.Test import kotlin.test.assertTrue import kotlin.test.fail -@DelicateCoroutinesApi class SemanticVersionTest { @Test