Skip to content

Commit 87b5b6e

Browse files
authored
Merge pull request #319 from typelevel/pr/no-native-caveats
2 parents c03c647 + 1b11159 commit 87b5b6e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/index.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -69,36 +69,6 @@ object Hello extends IOApp.Simple {
6969
```
7070
@:@
7171

72-
### Scala Native usage
73-
74-
Since the native flavour of most of the **Typelevel libraries** is, at the moment, built against Scala Native 0.4.15, when using [Scala CLI] you have to declare the Scala native's version, i.e.
75-
76-
@:select(scala-version)
77-
@:choice(scala-3)
78-
```scala mdoc:reset:silent
79-
//> using toolkit typelevel:default
80-
//> using platform native
81-
//> using nativeVersion 0.4.15
82-
83-
import cats.effect.*
84-
85-
object Hello extends IOApp.Simple:
86-
def run = IO.println("Hello toolkit!")
87-
```
88-
@:choice(scala-2)
89-
```scala mdoc:reset:silent
90-
//> using toolkit typelevel:default
91-
//> using platform native
92-
//> using nativeVersion 0.4.17
93-
94-
import cats.effect._
95-
96-
object Hello extends IOApp.Simple {
97-
def run = IO.println("Hello toolkit!")
98-
}
99-
```
100-
@:@
101-
10272
## Native Image
10373

10474
When building GraalVM Native Image the `--no-fallback` option is required, otherwise native-image will try searching

0 commit comments

Comments
 (0)