I convert it to kotlin --> ``` @After @Thro...
# announcements
h
I convert it to kotlin -->
Copy code
@After
    @Throws(Exception::class)
    fun deleteData() {
        val sql = "delete from peserta where email = '<mailto:uzumaki_naruto@gmail.com|uzumaki_naruto@gmail.com>'"
        ds.connection. { c -> c.createStatement().executeUpdate(sql) }
    }