Using extension methods from 2.13.4

I’m writing a Scala 3 library that uses extension methods. According to my reading of the migration guide, I should be able to use them in a 2.13.4 project. Is that correct? I can use everything else form the library (using the -Ytasty-reader option), but I’m unable to import en extension method.